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