fixed issue with gauge value
This commit is contained in:
parent
8efb250f18
commit
3727519e51
@ -209,7 +209,7 @@ export default class CanvasDigitalGauge extends canvasGauges.BaseGauge {
|
|||||||
this.elementValueClone.renderedValue = this._value;
|
this.elementValueClone.renderedValue = this._value;
|
||||||
}
|
}
|
||||||
if (angular.isUndefined(this.elementValueClone.renderedValue)) {
|
if (angular.isUndefined(this.elementValueClone.renderedValue)) {
|
||||||
this.elementValueClone.renderedValue = options.minValue;
|
this.elementValueClone.renderedValue = this.value;
|
||||||
}
|
}
|
||||||
let context = this.contextValueClone;
|
let context = this.contextValueClone;
|
||||||
// clear the cache
|
// clear the cache
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user