From 47c69b67a41063de077251fed3ce019088ea74bb Mon Sep 17 00:00:00 2001 From: ArtemDzhereleiko Date: Fri, 20 Aug 2021 10:53:44 +0300 Subject: [PATCH] chenge befault on true --- .../modules/home/components/widget/lib/flot-widget.models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/flot-widget.models.ts b/ui-ngx/src/app/modules/home/components/widget/lib/flot-widget.models.ts index 15d9253ba5..a71ca1acbd 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/flot-widget.models.ts +++ b/ui-ngx/src/app/modules/home/components/widget/lib/flot-widget.models.ts @@ -315,7 +315,7 @@ export function flotSettingsSchema(chartType: ChartType): JsonSettingsSchema { properties.showTooltip = { title: 'Show tooltip', type: 'boolean', - default: false + default: true }; properties.grid = {