Digital Gauge fix in update() - change strict to loose inequality
This commit is contained in:
parent
0791e04c09
commit
42ade3ee3a
@ -406,7 +406,7 @@ export class TbCanvasDigitalGauge {
|
||||
filter.transform(timestamp, this.localSettings.timestampFormat);
|
||||
}
|
||||
const value = tvPair[1];
|
||||
if (value !== this.gauge.value) {
|
||||
if (value != this.gauge.value) {
|
||||
if (!this.gauge.options.animation) {
|
||||
this.gauge._value = value;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user