subhash4b3
Posts: 2
Joined: Fri Nov 30, 2018 8:53 am

DrillDown stacked area chart with multiple series

Is it possible to plot a drill down stacked area chart with multiple series of drill down data.
rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: DrillDown stacked area chart with multiple series

Hi, subhash4b3!

Could you give me more details about your chart? Maybe a draw of it?

Best regards!
Rafal Sebestjanski,
Highcharts Team Lead
subhash4b3
Posts: 2
Joined: Fri Nov 30, 2018 8:53 am

Re: DrillDown stacked area chart with multiple series

Hi Rafal
I am trying to plot some drill down graph like

https://jsfiddle.net/subhash4b3/41qfjao5/2/

When I Click on series 1 graph, I am trying to plot same kind of stacked area graph with more details of Series 1 data.. same for series 2 and series 3
rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: DrillDown stacked area chart with multiple series

Here you have a simplified example of the stacked area chart drilldown: https://jsfiddle.net/BlackLabel/e30Luf28/
Notice that drilldown fires on point click (not series click). Have you been looking for something like this?
Rafal Sebestjanski,
Highcharts Team Lead
bbs10
Posts: 6
Joined: Mon Mar 21, 2022 4:00 pm

Re: DrillDown stacked area chart with multiple series

Will it be possible to fire drilldown using series click instead of point click?
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: DrillDown stacked area chart with multiple series

Hi bbs10,

Thanks for contacting us with your question.

It is possible. You need to use series.events.click and doDrilldown() method.
Demo: http://jsfiddle.net/BlackLabel/7xz8ym5o/

Let me know if it was what you were looking for.
Regards!
Mateusz Bernacik
Highcharts Developer

Return to “Highcharts Usage”