FusionCharts - Gallery Example - Gantt chart in JavaSCript

Created using FusionCharts Suite XT - www.fusioncharts.com

HTML

<script src="https://cdn.fusioncharts.com/fusioncharts/latest/fusioncharts.js"></script>
<!-- Gantt chart plotting tasks required for constructing a new store (Just completed) in Denver. This is a comparison of how planned estimates fared against the actual and which tasks got delayed. 

-->
<div id="chart-container">FusionCharts will render here</div>

JavaScript

FusionCharts.ready(function() {
  var cnstrctnPlan = new FusionCharts({
      type: 'gantt',
      renderAt: 'chart-container',
      width: '750',
      height: '500',
      dataFormat: 'xml',
      dataSource:"<chart canvasBgColor='FFFFFF' ganttLineAlpha='100' logEnabled='1' legendShadow='0' showPlotBorder='0' gridBorderAlpha='100' exportMode='client' thousandSeparator=',' showAlternateVGridColor='0' outputDateFormat='dd-mm-yyyy' canvasBorderThickness='1' showValues='1' bgcolor='ffffff' dateFormat='yyyy/mm/dd' paletteColors='5499c6,f5d249,79e7e6,eb994e,ea5fb4,75cb81,a569bd,ed5756,94bfdb,f8e187,aef1f0,f2bf90,f29bd0,a8deb0,c6a1d6,f39695,2674a8,ebbd05,32c6c4,e57816,d73497,47b656,823e9f,e14040' animation='0' imageSave='1' formatNumberScale='0' showTaskNames='1' legendBgAlpha='0' showAlternateHGridColor='0' exportAtClient='1' exportEnabled='1' exportAction='download' decimalSeparator='.' showBorder='0' flatScrollBars='1' taskBarFillMix='{color}' exportFileName='Graph' showShadow='0' ganttLineColor='CCCCCC' ganttPaneDuration='3' ganttPaneDurationUnit='m' canvasBorderColor='c6c6c6' gridBorderColor='C6C6C6' exportAtClientSide='1' plotGradientColor='' legendBorderAlpha='0' baseFont='Arial' exportFormats='PNG=Export as PNG|JPG=Export as JPG|PDF=Export as PDF|SVG=Export as SVG|XLSX=Export as XLSX'><categories valign='bottom' fontColor='232323' fontSize='12' align='center' color='000000' font='Arial' headerBgColor='E5E5E5' bgColor='E5E5E5'><category start='2020/07/01 00:00:00' end='2020/07/31 00:00:00' name='Jul 2020' /><category start='2020/08/01 00:00:00' end='2020/08/31 00:00:00' name='Aug 2020' /><category start='2020/09/01 00:00:00' end='2020/09/30 00:00:00' name='Sep 2020' /><category start='2020/10/01 00:00:00' end='2020/10/31 00:00:00' name='Oct 2020' /><category start='2020/11/01 00:00:00' end='2020/11/30 23:59:00' name='Nov 2020' /></categories><categories headerBgColor='E5E5E5' bgColor='E5E5E5' align='center' valign='bottom' fontColor='232323' font='Arial'...