<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.widgets.js"></script>
<script src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<!-- A simple example of Gantt chart plotting the timeline of major tasks for construction of a new store (Just completed) in Denver. This is a comparison of how planned estimates fared against the actual and which tasks got delayed.
Dynamic tooltip using macros to provide additional details on the chart elements.
Attribute:
1. plottooltext (on chart node)
2. tooltext (on individual task node)
Macros Used:
1. $processName
2. $label
3. $start
4. $end
Other available macros:
1. $percentComplete
2. $date
3. $taskEndDate
4. $taskStartDate
5. $taskLabel
6. $taskProcessComplete (etc)
-->
<div id="chart-container">FusionCharts will render here</div>