<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>
<!-- Customizing the divisional lines in a chart. If you need to force y-axis lower and upper limits, you need to disable the auto calculation of number of divisional lines using adjustDiv attributes. Attributes: 1. adjustDiv - To disable automatic div calculation 2. yAxisMaxvalue - manually defined y-Axis max value 3. yAxisMinValue - manually defined y-Axis min value 4. numDivLines - Number of divisional lines you want to show on the y-axis (not including y-axis lower and upper limits) -->
<div id="chart-container">FusionCharts will render here</div>