Funnel Chart Mode
Can you work on Funnel Charts ( like here: http://www.fusioncharts.com/widgets/gallery.asp#funnel )? Those are very helpful to chart processes, sales performance etc.
Completed as of Highcharts 3.0
-
Nick Evans commented
Highstock customer here. Very excited to have funnel charts and looking forward to this being promoted to stable status!
-
Hubert commented
Fine, thanks for the feedback.
Looking forward to seeing this released! -
Dipanjan commented
Hubert, Funnel chart is still in beta. Lots of things will not be effective as it does with other charts.
-
Hubert commented
the chart.setSize function does not take effect either:
chart.setSize(500, 550) -
Hubert commented
ps.: Only with highcharts 2.2.0
-
Hubert commented
I have problems trying to update the series data on this example. It seems some point is not being passed correctly to the updater.
An example that causes the problem:
chart.series[0].setData([
['Website visits', 1]
]); -
Dipanjan commented
It was supposed to be released in 2.2.0. Any update on this?
-
Rafi Bodill commented
Thank you Torstein, this chart is very valuable.
However, I have some problems with overlapping labels when there are slices that are much smaller in proportion to the others. Please see http://jsfiddle.net/JvY4s/502/
Could you think of some creative way to solve this issue? -
Currently it can't be inverted
-
Wartus commented
Nice chart!
would it be possible to rotate the chart 90 degrees, so we can have the funnel horizontally? -
I fixed this now. See http://jsfiddle.net/highcharts/JvY4s/408/.
-
Jason commented
Any chance that this will start working with the exporting module soon? I've noticed that if I include the exporting module in my page then the graph doesn't show at all but if I don't include it then it works just fine.
-
Mathieu commented
Hi Tosrstein,
any news on an official release on the Funnel Chart Mode ?
It seems like the version in the demo works pretty ok and it would be a really valuable addition to the HC packages which is already awesome!Thanks for the update.
Regards,
Mathieu -
Dibran commented
http://community.devexpress.com/blogs/ctodx/image_thumb_0673A73E.png
Dear Torstein,
posted above is a link to an image of a funnel chart. This funnel chart has multiple necks which can be used to display the decrease in a part of the funnel chart. With this usage of necks the funnel chart can be used to dynamically display a sales process.
This type of funnel chart gives you "graphic" information about a process. I think a funnel chart should be used this way. That means that the current funnel chart has to be extended with more necks. I hope you will provide this feature in the future.
Regards,
Dibran
-
You're welcome! It is not an official release yet, so the only doucmentation is what you can read from the source code. The neckWidth and neckHeight can be given either as a percentage of the available width/height, or as an integer, which is interpreted as a pixel value.
-
Klaas commented
Hi Torstein,
thanks for keep working on the funnel chart. Can you tell me where to find the documentation regarding neckWidth and neckHeight?
Best regards,
Klaas -
Thanks, you can download the code for the funnel by looking at the source code of the demo.
-
ReadyPulse Support commented
Hi,
Thanks for the funnel chart - The demo looks beautiful.
Where can I download the latest highcharts library that has funnel support in it? When will the demo page get updated with funnels?
Apart from funnels, are there any new charts added?
thanks
Mihir -
Alex commented
Thanks!!! I waiting for this graph and now works perfect!!!
Really thanks and continue with your excellent work!!! -
It's working well as far as I can see: http://jsfiddle.net/highcharts/JvY4s/