Sign in to follow this  
savviTeam

Chart Columns & Bars Messed Up

Recommended Posts

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

post-23829-0-72129700-1321995803_thumb.jpg

Edited by savviTeam

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this