Page 1 of 1

DrillDown stacked area chart with multiple series

Posted: Fri Nov 30, 2018 9:03 am
by subhash4b3
Is it possible to plot a drill down stacked area chart with multiple series of drill down data.

Re: DrillDown stacked area chart with multiple series

Posted: Fri Nov 30, 2018 10:00 am
by rafalS
Hi, subhash4b3!

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

Best regards!

Re: DrillDown stacked area chart with multiple series

Posted: Tue Dec 04, 2018 5:55 am
by subhash4b3
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

Re: DrillDown stacked area chart with multiple series

Posted: Tue Dec 04, 2018 4:16 pm
by rafalS
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?

Re: DrillDown stacked area chart with multiple series

Posted: Wed Mar 23, 2022 3:56 am
by bbs10
Will it be possible to fire drilldown using series click instead of point click?

Re: DrillDown stacked area chart with multiple series

Posted: Wed Mar 23, 2022 8:45 am
by mateusz.b
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!