-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello! thanks for your work on this progress bar!
I have noticed you have this which does not appear to be used:-
options: {
strokeWidth: 4,
color: '#FFEA82',
percentage: 1.0,
type: 'line',
sub: null,
fromColor: '#FFEA82',
toColor: '#FFEA82',
animateColor: false,
},
surely this should be implemented on line 107:-
let labelProgress = Math.round(bar.value() * 100) + ' % ';
to this:-
let labelProgress = Math.round(bar.value() * this.options.percentage) + ' % ';
I hope you can add this?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working