-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Title says it all. Basically, I have using the configuration below for labels
label: function(value) {
return Math.round(value) + "/" + this.max;
}
But, when I use the setMaxValue()
function there, it will not update the this.max
in the label.
Lines 303 to 305 in 5fd44a3
setMaxValue: function(max) { | |
limit = max; | |
}, |
I tried to replace this.max
by this.limit
, as it is the internal variable, but the label shows as NaN instead.
Lines 303 to 305 in 5fd44a3
setMaxValue: function(max) { | |
limit = max; | |
}, |
Metadata
Metadata
Assignees
Labels
No labels