<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.widgets.js"></script>
<!-- alertComplete dataObj -->
<div id="chart-container">FusionCharts will render here</div>
<button id="print">Print</button>
<div>
<div id="indicatorDiv"><p>Event name: <b> beforePrint </b> </p>
<p>This event is fired before printing has started after calling print on a chart. The print method is used to print individual charts on a page.</p>
<p>The following details can be obtained from the evtObj parameter of the event when the chart is about to be printed. (Please click print button)</p>
</div>
<div id="table-container">
<div id="header">
<div class="parameter-name">Parameter Name</div>
<div class="parameter-value">Parameter Value</div>
</div>
<div id="attrs-table"></div>
</div>
</div>