-1

How to implement the dynamic dril down charts for three or four or n levels using highchart API as it can be drilled down by two levels only.please see below sample code which I have been trying to implement:

  • [Example here](http://stackoverflow.com/questions/24182865/is-multiple-level-highchart-drilldown-possible-in-adjacent-charts). Check out the fiddle in first answer. – Rahul Sharma Apr 14 '16 at 16:17
  • [This](http://stackoverflow.com/questions/23153403/drilldown-multiple-levels-highchart) one too. – Rahul Sharma Apr 14 '16 at 16:18

1 Answers1

0

It is possible to drilldown asynchronously as shown in Highcharts demo from API.

If each point will have drilldown enabled, and a new series will be able to be found and added as a drilldown series, then muliple levels should't be a problem.

Example: http://jsfiddle.net/jaydkfgv/

Drill into first points 3 times - 3 levels.

Kacper Madej
  • 7,846
  • 22
  • 36