funnel-graph-js
funnel-graph-js copied to clipboard
SVG Funnel Graph Javascript Library
Hi, Thanks for this very good package. I noticed that there is a vue component available for this package; I am wondering if I can use it in a react...
README file contains references of version 1.3.9 not 1.4.2 which is the current version. Fixed by : https://github.com/greghub/funnel-graph-js/pull/23
Currently, selectors only acceptable as a container passed in options. Passing an HTML element produces the error 'Container must either be a selector string or an HTMLElement.'. It seems like...
An option to override the internal formatNumber would allow for simple cusomization of the value labels, like localized formatting, adding units or formatting large values ("200k" instead of "200,000").
Love your library!!! Would it be possible to add a option to display the percentage based on the last value? Currently it's possible to display the percentage based on the...
Are there any callback functions being added to this? Being able to click on a segment and get that event, with data like the position of the segment (1, 2,...
Would it be possible to add this feature? **Add a setting to set legends (subtitles) and Labels separately. One field for each object.** Thanks!
Would it be possible to add the following features? - Add a setting to disable sublabel percent - Add a callback function to customize sublabel content Thanks!