okrad / svelte-progressbar

A multiseries, SVG progressbar component made with Svelte
https://okrad.github.io/svelte-progressbar/
MIT License
129 stars 18 forks source link

Error: <svg> attribute height: Expected length, "auto". #23

Closed AlvaroSanchezDomingo closed 2 years ago

AlvaroSanchezDomingo commented 3 years ago

Hello,

Using svelte-progress bar in a svelte applications, I have found that usind "radial" and "semicircle" style throw an error in the console saying:

Error: attribute height: Expected length, "auto".

Semicircle throw an error <ProgressBar style = {"semicircle"} series = {40}/>

Bar style does not throw any arror.

Is there any way of getting rid of this annoying error?

Thanks.

Loopingo commented 3 years ago

Hi,

Same here, if anyone have the solution.

Thx,

okrad commented 2 years ago

This should be fixed now!