From 2a03f7951aba170d1e4d042e70089cef59cfee41 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 10 Jul 2020 16:24:23 +0200 Subject: [PATCH] =?UTF-8?q?fix=20reattivit=C3=A0=20immediata=20gantt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app_modules_thermo/dashboard/base-components/gauge.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/base-components/gauge.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/base-components/gauge.ts index 077e8629..139d9576 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/base-components/gauge.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/dashboard/base-components/gauge.ts @@ -32,6 +32,9 @@ export default class MainGauge extends Vue { viewBox: [6, 6, 88, 88] } ); + + this.gaugeDataChanged(this.gaugeData, null); + this.gaugeChanged(); } get gaugeData() {