<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.charts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<!-- Exporting/downloading charts in different formats using FusionCharts Export chart feature. Clicking on the top right button opens the options to choose from.
# exportEnabled - set to 1. Setting this attribute to 1 shows a button at top right corner of the chart canvas and lets user to choose exporting the chart to images/PDFs.
-->
<div id="chart-container">FusionCharts will render here</div>
<div>
<div id="indicatorDiv" style="width: 480px; font-family: 'Arial','Helvetica'; font-size: 14px; ">Event name: <b> beforeExport </b>
<br>
<p>This event is fired when the chart export is about to begin. You can get useful information about the chart export like, export filename, export format, export handler server URL, callback function (if any)..etc from this event.</p>
<p>The following details can be obtained from the argObj parameter to the event once you start downloading the chart</p>
</br>
</div>
<div>
<div id="header">
<div class="parameter-name">Parameter Name</div>
<div class="parameter-value">Parameter Value</div>
</div>
<div id="attrs-table" style="text-align: center;"></div>
</div>
</div>