Sign in to follow this  
mganley2000

Using Getdataascsv For Drilldown Data

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this