jakezatecky / d3-funnel

A JavaScript library for rendering funnel charts using the D3.js framework.
http://jakezatecky.github.io/d3-funnel/
MIT License
330 stars 97 forks source link

Zero value and dynamicSlope #234

Open jeweua opened 7 months ago

jeweua commented 7 months ago

Hey there

Cool project

I have an issue when there is at least one zero value and you set dynamic slope to true

d3-funnel.min.js:2 Error: <path> attribute d: Expected number, "….1818181818182 LNaN,268.18181818…".

Please check that out

jakezatecky commented 7 months ago

Can you provide an example of your configuration/data that results in this?