Sign in to follow this  
adarsh227

Formatting Gantt Chart in FusionWidgets v3

Recommended Posts

I am trying to format a Gantt chart. Here is the how I am invoking the functionality.

 

 

 

 

var myChart = new FusionCharts("../FusionWidgets/Charts/Gantt.swf", "Gantt Chart", "1000", "800",0,0);

 

myChart.setDataURL("request/page?id=1030%2526eid=" + );

 

myChart.render("chartdiv");

 

 

 

 

Here the chart will always be rendered in 1000*800 space irrespective of data which can vary. and hence the chart will look good for some queries and ugly for some. How do I give it a value so that it can determine how to deliver it appropriately.

 

 

 

We just purchased 3 licenses of fusionwidgets. This is really a showstopper for us. Can you help us. Can I have number to call?

Share this post


Link to post
Share on other sites

On the same topic, there is another formatting issue which we are having. The tasks are not wrapping. I have sepcified the following parameters for chart element.

 

 

 

 

caption='{$parent_text_id} {$parent_name}'

 

ganttPaneDurationUnit='y' showFullDataTable='0'

 

ganttWidthPercent='70' forceGanttWidthPercent='1' animation='1'

 

showToolTip='1' dateInToolTip='0'>

 

 

 

Based on the documentation, this should wrap the text in the task/process elements. But it is not happening. Is there any other attribute that I am missing. Any help will be appreciated. We need this asap.

Share this post


Link to post
Share on other sites

Hi,

 

 

 

As for the sizing of chart, since the chart is a Flash object, we cannot change the chart size from within the chart. You can run some calculations on your data size before creating the chart.

 

 

 

As for formatting error, can you please send us the XML at support [at] fusioncharts.com?

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