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
By the way, I have another way around. I wanted to configure the gauge outside of an ajax call and just update the values afterwards so that any refreshed values will be updated, but I'll go the other way around to create (and recreate) the chart each time the values are updated.
Title says it all. Basically, I have using the configuration below for labels
But, when I use the
setMaxValue()
function there, it will not update thethis.max
in the label.svg-gauge/src/gauge.js
Lines 303 to 305 in 5fd44a3
I tried to replace
this.max
bythis.limit
, as it is the internal variable, but the label shows as NaN instead.svg-gauge/src/gauge.js
Lines 303 to 305 in 5fd44a3
The text was updated successfully, but these errors were encountered: