chenge befault on true

This commit is contained in:
ArtemDzhereleiko 2021-08-20 10:53:44 +03:00
parent 9b8f4e5b69
commit 47c69b67a4

View File

@ -315,7 +315,7 @@ export function flotSettingsSchema(chartType: ChartType): JsonSettingsSchema {
properties.showTooltip = { properties.showTooltip = {
title: 'Show tooltip', title: 'Show tooltip',
type: 'boolean', type: 'boolean',
default: false default: true
}; };
properties.grid = { properties.grid = {