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() {