Closed agross closed 5 years ago
Could you please provide piece of codes to reproduce this problem? I will follow up and fix it in the next version. Thanks so much.
I have fixed this issue in version @0.2.1, you could update vue-sparklines, thanks.
Thanks!
I have 40 data points on the default 100px wide Bar sparkline. When I reach 40 events (also due to
limit="40"
) the bars become invisible and the browser logs errors that it cannot paint a rect that has negative width.The actual width computed by this statement is
-1.5
.