How can I implement dynamic drilldown charts? This is my problem :
- I have a list of series datas (pie) and I want to get data for clicked element from backend and after it, automat open drilldown. As an example: Stackoverflow and Google, both of them pies When I click on Stackoverflow chart, i want to get it's id and request on backend for anothers data and after that, open drilldown.
If I understood you correctly, you want to listen to the click event from a highcharts chart on Angular.
To do that you can set the events property of the series like: