Hi:
I would like to create a drill-down function for my pie chart. Here is an example of what I’m trying to accomplish: [url=https://www.amcharts.com/kbase/drill-down-pie-chart/]https://www.amcharts.com/kbase/drill-down-pie-chart/[/url]
Yes, a click listener allows you to do what you want - change data, replace PieChart with StockChart for example, etc.
The main challenge is to build suitable hierarchical data structure and use it in chart. You can find additional info about objects to store data here.