Showing
1 changed file
with
1 additions
and
1 deletions
@@ -315,7 +315,7 @@ export function flotSettingsSchema(chartType: ChartType): JsonSettingsSchema { | @@ -315,7 +315,7 @@ export function flotSettingsSchema(chartType: ChartType): JsonSettingsSchema { | ||
315 | properties.showTooltip = { | 315 | properties.showTooltip = { |
316 | title: 'Show tooltip', | 316 | title: 'Show tooltip', |
317 | type: 'boolean', | 317 | type: 'boolean', |
318 | - default: false | 318 | + default: true |
319 | }; | 319 | }; |
320 | 320 | ||
321 | properties.grid = { | 321 | properties.grid = { |