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
-
Matt . commented
How is this progressing? No update from admin for 5 months?!?!?! This is an essential requirement for me; currently I'm having to use fusioncharts and I want to swap to highcharts (dev licence) but without a funnel capability it's a complete no go.
-
Ryan Heneise commented
It is possible to turn it into a pyramid chart by setting the width to 0% and the neckWidth to 100%. See:
-
Dibran commented
He Torstein, im working for a webdevelopment company called Web Power(Dutch). We want to use highcharts but we need a good funnel chart. We will choose highcharts if the funnel chart is included.(The 10 developer linsence)
Keep me in touch.
Kind regards,
Dibran Mulder
-
Mathieu commented
Hi, since the OHLC/candlestick work is done, don't you think you'll be able to resume work on the funnels ?
Thanks for your work on HC ! -
klaas commented
Update 2.1.2 seem to draw the funnel graphic, but the chart doesn not finish correctly and gives me a
series.center is undefined
centerY = series.center[1],
highcharts.src.js on line 10378Same problem appears in the sample files from the 2.1.2 version
-
Klaas commented
Hi Torstein,
do you have any good news for me regarding the funnel chart? Is there a date for the publication? Or is there a way I can include it on my own to test it with my data?
Thanks and best regards,
klaas -
The funnel chart example is working with 2.0.5. I'll update it to work with 2.1 on occasion.
-
Klaas commented
Hi Torstein,
I still check on regular updates for Highchart, and I really appriciate all the work which goes into the project. I saw Highchart 2.1 coming out today, but did not have the funnel chart included. Your example doesn't seem to work either. Any news regarding this topic?
Cheers,
Klaas -
I'm sorry, currently inverting the chart has no consequences for the funnel.
-
Anonymous commented
Awesome!
Is there an option to rotate this chart so it runs horizontally?
-
Check out http://highcharts.com/studies/funnel.htm for a preview.
Special options for the funnel series are
width: '90%',
neckWidth: '30%',
height: '100%',
neckHeight: '25%',The funnel data labels have these additional options:
connectorWidth: 1,
connectorColor: '#606060' -
Klaas commented
Hi,
I really like highchart. Especially because it workd so good with my already existing jquery. rgraph does not, so this is the best solution. The only problem is that we need a funnel chart :( Version 2.1 seems to be far away. Is there a way to use beta version to see if it works already and including the stable later on? -
An experimental funnel chart module is under construction for version 2.0. It is unclear when it will be released as a stable part of Highcharts, but it will probably be added in version 2.1.