karthik_k2

Multi-Series Doughnut

Recommended Posts

Hi,

 

I am using Fusion Charts version v3.2.2. As far as my knowledge is concerned, fusion charts support doughnut charts. Is it possible to have a multi-series(multi-level) doughnut chart by any chance? I have attached a copy of the chart which I would like to configure.

 

Looking for your directions.

post-24774-0-92902400-1325495970_thumb.jpg

Share this post


Link to post
Share on other sites

Hi there,

Old post, but I am also looking for a multi-series pie/doughnut chart, with independent series. In your multi-level pie/doughnut chart (which is also called a Sunburst), data is hierarchical and always related: one outer green slice is always close to a green slay inner slice.

If you look at the image of the original poster, there is no such hierarchy. Here is another similar example:

sample-multi-series-pie-chart.png

Could we populate two unrelated data series with your multi-level pie? If yes, how?

Best Regards,

Cristian

Edited by Cristi S.
inserted image

Share this post


Link to post
Share on other sites

Hi Cristian,

 

FusionCharts Multi-level Pie Chart represents hierarchical data, the inner and the outer slices are related to each other. You requirement is not possible to achieve your requirement.

As a work-around, you can render multiple doughnut charts each on an individual div. Along with additional CSS property to place all the divs on top of each other. Also the containerBackgroundOpacity must be set to "0" at constructor level to set it to transparent.

 

This will bring the final output similar to the provided image.

Please note : Legend interaction will not be possible in the above implementation.

Sample fiddle : http://jsfiddle.net/sz7o4qca/

 

Hope this helps.

Thanks,

Akash.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now