<script src="http://static.fusioncharts.com/code/develop/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/develop/fusioncharts.charts.js"></script>
<script src="http://static.fusioncharts.com/code/develop/themes/fusioncharts.theme.fint.js"></script>
<div id="chart-container">FusionCharts will render here</div>
<div id="chart-data">Click on a button to get the chart data using the appropriate method</div>
<input type="button" value="getChartData" id="button-getChartData" />
<!-- Obtain chart's data using the following functions: 1) getXMLData() 2) getChartData('xml') 3) getXML() - Deprecated Click on any of the buttons to obtain data thorugh that method. -->