<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> printCancelled </b> </p>
<p>This event is fired when the printing request from a chart has been programmatically cancelled by calling eventObject.preventDefault() from the FusionCharts event. > Note that this event is not fired when user clicks on the “cancel” button of the browser-triggered print dialog box resulting from calling the print function.</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>