<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>
<div id="chart-container">FusionCharts will render here</div>
<div id="controllers">
<label><input type="radio" name="chart-options" value="line" checked="true"> Line</input></label>
<label><input type="radio" name="chart-options" value="column2d"> Column</input></label>
</div>
<!-- Suppose the data is not available for some categories, then the plot can be configured either to be continous or discontinous. By default it is discontinous, if it needs to be continous, then set "connectNullData" chart attribute to be 1.
The chart can also be configured to highlight the discontinuity by using the dashed feature shown below.
-->