walter azevedo Report post Posted November 16, 2015 Hi, I have the Fusion Widgets XT in my project to create Gantt Charts. But the charts was built to use flash (As you can see below), and now, i need migrate those charts to use java script. But i didn't find any example about it. <script type="text/javascript"> if(FusionCharts( "ChartReportId")) { FusionCharts("ChartReportId").dispose(); } var chart = new FusionCharts("http://#{facesContext.externalContext.request.serverName}:#{facesContext.externalContext.request.serverPort}#{facesContext.externalContext.requestContextPath}/resources/Fusion Widgets XT/Enterprise/3.2/Charts/Gantt.swf", "ChartReportId", "100%", "#{controllerParam.ganttHeight}", "0", "1" ); chart.setXMLData("#{controllerParam.xmlData}"); chart.render("chartdiv"); </script> Could anyone help me? Share this post Link to post Share on other sites
AshokKumaresan Report post Posted November 19, 2015 HI, Please download our latest Version from this link http://www.fusioncharts.com/download/. Kindly find the documentation for it http://www.fusioncharts.com/dev/chart-attributes.html?chart=gantt Sample in latest Version http://jsfiddle.net/fusioncharts/fLqSL/. Thanks Share this post Link to post Share on other sites