Closed anagrius closed 2 years ago
Just did some sparklines to experiment with the lib.
I found that the lines get cropped when they overflow the inner rect of the chart.
Here is an example:
Notice the top and left side.
Removing the clip-path for the line path fixes this. Why do you have that set anyway?
clip-path
Just did some sparklines to experiment with the lib.
I found that the lines get cropped when they overflow the inner rect of the chart.
Here is an example:
Notice the top and left side.