Pradip.Desai Report post Posted March 4, 2010 In my gantt chart columns are days of the month. All columns are displayed nicely expect column representing Friday of each week. It's width is bigger than rest of the columns. I have attached chart snap for your reference. I need each column should have same width. Please advice. Gantt Chart Snap.bmp Share this post Link to post Share on other sites
Guest Madhumita Report post Posted March 5, 2010 Hi Pradip, Could you please send us the XML codes for the chart so that we can test on the same? Awaiting your reply. Share this post Link to post Share on other sites
npriddy Report post Posted April 17, 2010 I'm having exactly the same issue. var myChart = new FusionCharts("/FushionWidgets/Charts/Gantt.swf", "myChartId", "100%", "600", "0", "1"); var webLink = "/GetChartData.aspx?type=" + getQuerystring('type') + "_" + getProjectId(); myChart.setDataURL(webLink); myChart.render("chartdiv"); Just looking for the best way to keep all the column headers the exact same width. Chart.xml Share this post Link to post Share on other sites
Guest Rajroop Report post Posted April 19, 2010 Hey there, I have a couple of insights to offer on the make of the Gnatt chart which is causing this apparent issue. The Gnatt chart, like any other chart from the FusionCharts suite of products, is data dependent. The <category> section is plot based on the time range which is being fed to it. Thereby, the width of the <categories> section depends on the time range that it is designated to display. I'm afraid there are no such workarounds to this situation, as of now. I hope I have been able to clearly define the logic behind this behaviour here. Please do get back on any further clarifications on this matter. Share this post Link to post Share on other sites