<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.charts.js"></script>
<!--
Simple example showing stock price in every 5 sec interval using Real Time Area Chart.
-->
<div id="chart-container">FusionCharts will render here</div>
<div>
<div id="indicatorDiv">Event name: <b> chartCleared </b>
<br>
<p>This event is raised when the entire canvas is cleared by calling clearChart or by clicking the context menu in real-time charts</p>
<p>The following details can be obtained from the argObj parameter of the event when the chart is cleared. (Please click clear chart from the button at bottom left to view the table)</p>
</div>
<div id="clear-message"></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>
<button id="clear">Clear Chart</button>