Skip to content

progressbar not working in classs #299

Open
@Virelox

Description

@Virelox

When i create one progressbar like this

this.progressbar = new ProgressBar.Circle(`#${this.id}_progressbar`, {
  strokeWidth: 9,
  trailWidth: 9,
  trailColor: '#363348',
  easing: 'easeInOut',
  duration: 1000,
  color: this.color,
});

everything works until I create another element in the class, if I create for example 3 progressbars then only the last one will work
any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions