terezka/line-charts

Lines get cut (because of overflow) when they are too wide

Closed this issue · 1 comments

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:

screen shot 2017-12-04 at 19 52 54

Notice the top and left side.

Removing the clip-path for the line path fixes this. Why do you have that set anyway?