karthik_k2 Report post Posted February 22, 2012 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. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 23, 2012 Greetings, 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. Share this post Link to post Share on other sites
karthik_k2 Report post Posted February 23, 2012 Greetings, 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. 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
Guest Sumedh Report post Posted February 23, 2012 Hi, I am afraid, you cannot include headers with the grid. However, you can customize SSGrid using FusionCharts Styles. Please refer the following link for more information about styles, http://docs.fusioncharts.com/charts/contents/?Styles/Styles.html Hope this helps. Share this post Link to post Share on other sites