Exporting Charts as PDF or Images > Overview |
In FusionCharts XT, you could export your charts as images, PDFs, and also choose whether to export at client-side or server-side. |
Flash Export Overview |
Shown below is an example image, where you can export the chart using the context menu of chart. |
![]() |
When you select an export format, you will get a screen as under: |
![]() |
Once the capturing process is complete, the data is sent to our export handlers which in turn returns the image/PDF to you. Now, before we jump into the instruction of the usage, let us first see what all can be made possible using FusionCharts Export Component. Using FusionCharts export charts routine, you can do the following:
|
Pure JavaScript rendering (HTML5) Export Overview |
FusionCharts XT allows Export of JavaScript(HTML5) based charts as image/PDF. ![]() Please take note of the few limitations regarding customizability and features, when using the pure JavaScript(HTML5) Export method, listed below:
When rendered using JavaScript (HTML5), there is only one mode of export - at Server-side. By default, JavaScript (HTML5) charts use Highcharts server to get exported image. However you can place the PHP and JAR files on your servers and then over-ride the URL. To know more about the present possibilities and limitations of exporting process using pure JavaScript charts, refer to Exporting Pure JavaScript Charts. |