You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
It seems at the radialBargraph the declaration of minMeasuredValue and maxMeasuredValue value is missing. I got an error "ReferenceError: minMeasuredValue is not defined"
After i insert :
// Properties
var minMeasuredValue = maxValue;
var maxMeasuredValue = minValue;
at Line 1366 (like linear gauge) it's ok
Best Regards
Othmar
The text was updated successfully, but these errors were encountered:
Hi
It seems at the radialBargraph the declaration of minMeasuredValue and
maxMeasuredValue value is missing. I got an error "ReferenceError:
minMeasuredValue is not defined"
After i insert :
// Properties
var minMeasuredValue = maxValue;
var maxMeasuredValue = minValue;
at Line 1366 (like linear gauge) it's ok
Hi
It seems at the radialBargraph the declaration of minMeasuredValue and maxMeasuredValue value is missing. I got an error "ReferenceError: minMeasuredValue is not defined"
After i insert :
// Properties
var minMeasuredValue = maxValue;
var maxMeasuredValue = minValue;
at Line 1366 (like linear gauge) it's ok
Best Regards
Othmar
The text was updated successfully, but these errors were encountered: