Rich-Harris / pancake

Experimental charting library for Svelte
MIT License
1.29k stars 61 forks source link

add plotGaps option to SvgLine and prevent plotting nulls by default #8

Open briancray opened 4 years ago

briancray commented 4 years ago

In our use case nulls are very significant. Right now they are plotted as 0s and to me it makes more sense that the default is to show gaps in the SvgLine. I've added plotGaps option that when true will plot them as 0.

briancray commented 4 years ago

ping, any thoughts on this one?

briancray commented 4 years ago

Is there anything blocking this PR? If so I can just fork it and publish a fork for now...