terezka / line-charts

Archived in favor of terezka/elm-charts.
https://terezka.github.io/line-charts
BSD 3-Clause "New" or "Revised" License
456 stars 45 forks source link

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

Closed anagrius closed 2 years ago

anagrius commented 6 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:

screen shot 2017-12-04 at 19 52 54

Notice the top and left side.

anagrius commented 6 years ago

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