mganley2000 Report post Posted January 5, 2012 The function getDataAsCSV works fine for the primary chart data, for when I want to grab the chart data and build a tabular view of the data. var strCSV = FusionCharts("myChartId").getDataAsCSV(); However, when I use the same function after drilling down into another chart, that function returns the original series of data. How would I gain access to the drilldown chart data? Is there an "id" that needs to get appended to the "myChartId"? Share this post Link to post Share on other sites
Guest Bindhu Report post Posted August 27, 2012 Hi, I am afraid, you do not have any handle for the child charts. Hope this helps! Share this post Link to post Share on other sites