savviTeam Report post Posted November 22, 2011 (edited) Hi, Our simple Gantt Chart is extremely messed up. I've tried stripping out tasks & categories and can't figure out what the issue is. It makes the last moth extremely wide (half of the chart) and puts every single line under that column even though they should be spread throughout the chart. This is what we are using to embed and attached the xml and screenshot of the chart here. Using the latest version we just bought/downloaded a few days ago. var myChart = new FusionCharts("/fusionCharts/Charts/Gantt.swf", "chart1Id", "1000", "<? echo $chartHeight; ?>", "0", "1"); myChart.setDataURL("/fusionCharts/Gallery/Data/ganttExample.xml"); myChart.render("chartContainer"); ganttExample.xml Edited November 22, 2011 by savviTeam Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 23, 2011 Hi, Welcome to FusionCharts Forum! It seems that the dates for each month have not been properly mentioned in your XML code. Please find the modified XML code attached with this mail for your reference. I hope this helps. Looking forward to your valuable feedback. ganttExample.xml Share this post Link to post Share on other sites