Skip to content

The percentage option does not appear to be used #5

@hi-orbit

Description

@hi-orbit

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions