From acc28245adcf74d845397161e7774d1e93c7bdbc Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Tue, 27 May 2025 12:15:06 +0300 Subject: [PATCH] UI: Hide zero tooltip for time series charts --- .../chart/time-series-chart-basic-config.component.html | 5 +++++ .../chart/time-series-chart-basic-config.component.ts | 4 ++++ .../widget/lib/chart/time-series-chart-tooltip.models.ts | 9 ++++++++- .../time-series-chart-widget-settings.component.html | 5 +++++ .../chart/time-series-chart-widget-settings.component.ts | 3 +++ ui-ngx/src/assets/locale/locale.constant-en_US.json | 1 + 6 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/config/basic/chart/time-series-chart-basic-config.component.html b/ui-ngx/src/app/modules/home/components/widget/config/basic/chart/time-series-chart-basic-config.component.html index 61c9f89c7c..ddf7216896 100644 --- a/ui-ngx/src/app/modules/home/components/widget/config/basic/chart/time-series-chart-basic-config.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/config/basic/chart/time-series-chart-basic-config.component.html @@ -311,6 +311,11 @@ +
+ + {{ 'tooltip.hide-zero-false-tooltip-values' | translate }} + +
{{ 'tooltip.background-color' | translate }}
+
+ + {{ 'tooltip.hide-zero-false-tooltip-values' | translate }} + +
{{ 'tooltip.background-color' | translate }}