fixed: bug related to PROD-112, PROD-132
This commit is contained in:
parent
0dd313dd61
commit
f11c937cf2
2526
ui/package-lock.json
generated
2526
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -209,7 +209,9 @@ export default class TbCanvasDigitalGauge {
|
|||||||
}
|
}
|
||||||
var value = tvPair[1];
|
var value = tvPair[1];
|
||||||
if(value !== this.gauge.value) {
|
if(value !== this.gauge.value) {
|
||||||
|
if (!this.ctx.settings.animation) {
|
||||||
this.gauge._value = value;
|
this.gauge._value = value;
|
||||||
|
}
|
||||||
this.gauge.value = value;
|
this.gauge.value = value;
|
||||||
} else if (this.localSettings.showTimestamp && this.gauge.timestamp != timestamp) {
|
} else if (this.localSettings.showTimestamp && this.gauge.timestamp != timestamp) {
|
||||||
this.gauge.timestamp = timestamp;
|
this.gauge.timestamp = timestamp;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user