jakezatecky/d3-funnel

d3 is not found

Closed this issue · 3 comments

funnel
Hello,

Trying out the library, if I include the js script dist/d3-funnel.min.js, the js file loads in the browser I can see it in Chrome debugger but the DBFunnel object doesn't seem to exist. What am i missing?

Thank you very much.

Similar to #84. Can you provide a live example? I am able to reference the d3-funnel.min.js script and instantiate the funnel using the latest version:

https://jsfiddle.net/umtqn6ma/

I suspect you might not be including the base D3 script, which is required.

Closing this issue due to lack of activity. Please re-open if you have another issue.