sjm133 Report post Posted July 21, 2015 I'm using FusionCharts 3.7.1 and have successfully created a Gantt chart from my database. The chart renders fine, however, the last category column width in the chart is not proportional to all of the other columns. The image shows my categories of the government fiscal year, Oct 1 - Sep 30 of the following year. The last column, Sep 2014 is much wider than the other columns. The attached file "utilization.txt" contains my rendered code for this chart. Is there something I'm missing or need to adjust in order to get the chart categories to render evenly? Thanks. utilization.txt Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted July 27, 2015 Hi, Please set your end date for "label": "2014" as "end": "09/31/2014" , it would resolve your issue.Since you had end date as "12/31/2014" and there is not data after month 09, the space appears for 10,11 and 12th month as well. Please refer fiddle: http://jsfiddle.net/b1yh6zLr/ Hope this resolves your issue. Share this post Link to post Share on other sites
sjm133 Report post Posted July 27, 2015 I completely missed that! I first had thought that it was actually the data that was causing it since I have data extending past 9/30 into the following FY so I forced a hard cutoff and that didn't do anything. My customer will be very happy with this fix. Thanks for the help. Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted July 28, 2015 Glad that your issue is resolved. Feel free to revert back to us for further queries. Share this post Link to post Share on other sites