karthik_k2

Exporting Chart With Its Data In A Grid Or Table

Recommended Posts

Hi,

I am using Fusion Charts Version v3.2.2. I am exporting the chart as PDF using its SVG String. I just want to know if there is any way by which I can export the chart data as a grid or table, that appears below the chart .

Please see the sample image, attached with this post.

Thanks in advance.

post-24774-0-86628500-1329913733_thumb.png

Share this post


Link to post
Share on other sites
Guest Sumedh

Greetings, smile.gif

 

FusionCharts XT v3.2.2 provide SSGrid i.e. single series grid chart, which can be used for displaying the data in the grid manner.

 

Please note, SSGrid would only work with single-series data format.

 

To create Line chart with SSGrid you would need to create another div for the SSGrid in your code.

 

You can provide same chart XML to the SSGrid.

 

You can export chart and SSGrid using export functionality,

 

Please refer the following link for more information:

http://docs.fusionch...ECOverview.html

 

Please find attached screenshot for your reference

 

Hope this helps. smile.gif

post-24802-0-24217500-1329989821_thumb.jpg

Share this post


Link to post
Share on other sites

Greetings, smile.gif

 

FusionCharts XT v3.2.2 provide SSGrid i.e. single series grid chart, which can be used for displaying the data in the grid manner.

 

Please note, SSGrid would only work with single-series data format.

 

To create Line chart with SSGrid you would need to create another div for the SSGrid in your code.

 

You can provide same chart XML to the SSGrid.

 

You can export chart and SSGrid using export functionality,

 

Please refer the following link for more information:

http://docs.fusionch...ECOverview.html

 

Please find attached screenshot for your reference

 

Hope this helps. smile.gif

 

Thanks Sumedh. This works.

 

And yeah!!! Can we customize the grid? i.e. can we have the headers included with the grid? SSGrid shows only the data.

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