timqian / chart.xkcd

xkcd styled chart lib
https://timqian.com/chart.xkcd/
MIT License
7.61k stars 200 forks source link

Chart lines doesn't show up in Safari on macOS #3

Closed eproxus closed 4 years ago

eproxus commented 4 years ago

Charts on https://timqian.com/chart.xkcd/ or on CodePen doesn't have any lines. The only working chart is the donut chart.

image
iamacarpet commented 4 years ago

Ditto on iOS from an iPhone

Love the library though, it looks pretty sweet!

dongm2ez commented 4 years ago

I found in Safari filter="url(#xkcdify-pie)" is ok, but filter="url(#xkcdify)" is no display chart

timqian commented 4 years ago

seems a performance issue on safri, this issue is fixed in 0a6498a and released in v1.0.9.

Have not figured out the root cause, will keep this issue open for a while