Multilevel drilldown in piechart - highcharts

I am working on a project where i need to show data in a pie chart.
I need multilevel drill down in it i.e. about 5-6 levels.
Can anyone please share a sample code of how to do it?
I tried doing it in Highcharts as well as Amcharts.
But couldn't figure out how to get it done.
Thanks in advance.

in amcharts you might use related set of concentric donut charts with center looking like pie and outer looking like concentric circles. Search amcharts for nested donut charts.

Related

Stacked value with line chart with highcharts

I got an situation like this. I would like to using line chart to draw stacked value. I have tried google search but i can't find the solution.
For example: On date May/23 i got 3 values, i would like to display these on line-chart.
How could i achieve this? Does highcharts support to do this one. Please take a look at the link attach to clearer the question
Stacked line chart image
Addition info: Im using highcharts to do this one
Thanks for any comment or answer
Follow jlbriggs
I should use scatter-chart to achieve this one
Regarding the tooltip, I would suggest using a scatter series instead of a line. Set the lineWidth in the plotOptions and it will plot just like a line series, but the tool tips are handled differently. Example: jsfiddle.net/jlbriggs/c1o8Lwgv

HighCharts multi-level pie

Is it possible to make a pie chart like in the image below using highcharts (highcharts.com)?
The 2nd level is filled partially.
Example in jsfiddle would be great.
Thanks for advice.

How to add labels that are related to particular slice for Pie Chart using coreGraphics iOS

I am drawing Pie Chart with Slices based on Array. I need to display specific label
related to each slice outside pie chart.
Please suggest any approach to this to implement this.
Thanks in Advance.
Lakshmi
Don't reinvent the wheel. This is a great framework for graphs that has a pie chart in it with all kinds of options for labels: https://github.com/core-plot/core-plot/wiki/Example-Graphs

Highcharts - 5 Pie Charts, Each with 4-5 Drilldowns

Is this possible, in a clean manner? The 5 charts will all be displaying at once and the drilldown behavior will have to be ironed out, as to when one pie chart is clicked (drilled down into), the other ones' should drill down as well, given all the data is relative.
Has anyone gotten this deep into Highcharts and know if this is possible/how well it works speedwise?
Thanks.

Highcharts combination

I would like to ask about chart combination in Highcharts.
Is there any possible combine the multiple axis chart which is located in Highcharts with the Highstock scroll bar features ?
thank you for reply.
You can use highstock.js with combine with Highcharts. Then scrollbar will be avaiable. Please take look at example:
http://jsfiddle.net/anm6z/1/
I don't know about scroll bar but there is a example called master-detail check it out once. it may be helpful to you

Resources