Sign in to follow this  
Satindersingh

Ganttchart Bar Display Wrongly (Wrong Start Month)

Recommended Posts

Hi, i am using fusionchart, in my asp.net application it works fine for 2d bars etc, now i am working on ganttchart, there i got problem, the ganttchart task bar display at wrong month,

help me out

heres my generated xml

 

<graph  dateFormat='mm/dd/yyyy' hoverCapBorderColor='2222ff' hoverCapBgColor='e1f5ff' ganttWidthPercent='60'   	ganttLineAlpha='20' canvasBorderColor='024455' canvasBorderThickness='0' gridBorderColor='4567aa' gridBorderAlpha='10'>
<categories  bgColor='009999'>
<category start='02/15/2013' end='09/01/2013' align='center' name='Plan 1'  fontColor='ffffff' isBold='1' fontSize='16' /> </categories>
<categories  bgColor='4567aa' fontColor='ff0000'>  
<category  start='02/15/2013'  end='09/01/2013' align='center' name='Months'  alpha='' font='Verdana'   fontColor='ffffff' isBold='1'  fontSize='16' /> 
</categories>

<categories  bgColor='ffffff' fontColor='1288dd' fontSize='10' >
<category start='02/01/2013' end='02/28/2013' align='center' name='Feb'  isBold='1' />
<category start='03/01/2013' end='03/31/2013' align='center' name='Mar'  isBold='1' />
<category start='04/01/2013' end='04/30/2013' align='center' name='Apr'  isBold='1' />
<category start='05/01/2013' end='05/31/2013' align='center' name='May'  isBold='1' />
<category start='06/01/2013' end='06/30/2013' align='center' name='Jun'  isBold='1' />
<category start='07/01/2013' end='07/31/2013' align='center' name='Jul'  isBold='1' />
<category start='08/01/2013' end='08/31/2013' align='center' name='Aug'  isBold='1' />
</categories>

<processes headerText='Tasks' fontColor='ffffff'  fontSize='10' isBold='1' isAnimated='1' bgColor='4567aa'  headerVAlign='right' headerbgColor='4567aa' headerFontColor='ffffff' headerFontSize='16' width='80' align='left'>
<process Name='task134' id='1' />
<process Name='task4' id='2' />
<process Name='taskn2' id='3' />
<process Name='task5erger' id='4' />
<process Name='heloo' id='91' />
<process Name='task2' id='8' />
<process Name='h' id='92' />
</processes>

<dataTable showProcessName='1'  nameAlign='left' fontColor='000000' fontSize='10'  isBold='1' headerBgColor='00ffff' headerFontColor='4567aa' headerFontSize='11' vAlign='right' align='left'>
<dataColumn headerText='Start' width='70' headerfontcolor='4567aa' headerBgColor='4567aa' bgColor='eeeeee'   isBold='0'>
<text label='07/01/2013' />
<text label='06/01/2013' /> 
<text label='07/31/2013' /> 
<text label='03/30/2013' />
<text label='02/15/2013' />
<text label='03/21/2013' />
<text label='02/15/2013' /> 
</dataColumn>

<dataColumn width='70' bgColor='eeeeee' headerbgColor='4567aa'  fontColor='000000' headerText='Finish' isBold='0'>
<text label='07/01/2013' />
<text label='08/30/2013' />
<text label='08/31/2013' />
<text label='07/30/2013' /> 
<text label='03/05/2013' />
<text label='04/25/2013' />
<text label='03/05/2013' /> 
</dataColumn>
</dataTable>
<tasks  width='5' >
<task   name='Planned' processId='1' start='07/01/2013' end='07/01/2013'  color='4567aa' height='10'  topPadding='5' animation='1'/>
<task name='Actual' processId='1' start='07/01/2013' end='07/01/2013' id='4' color='cccccc' alpha='100'  isAnimated='1' height='10' topPadding='19'/>
<task   name='Planned' processId='2' start='06/01/2013' end='08/30/2013'  color='4567aa' height='10'  topPadding='5' animation='1'/>
<task name='Actual' processId='2' start='06/01/2013' end='08/30/2013' id='4' color='cccccc' alpha='100'  isAnimated='1' height='10' topPadding='19'/>
<task   name='Planned' processId='3' start='07/31/2013' end='08/31/2013'  color='4567aa' height='10'  topPadding='5' animation='1'/>
<task name='Actual' processId='3' start='07/31/2013' end='08/31/2013' id='4' color='cccccc' alpha='100'  isAnimated='1' height='10' topPadding='19'/>
<task   name='Planned' processId='4' start='03/30/2013' end='07/30/2013'  color='4567aa' height='10'  topPadding='5' animation='1'/>
<task name='Actual' processId='4' start='03/30/2013' end='07/30/2013' id='4' color='cccccc' alpha='100'  isAnimated='1' height='10' topPadding='19'/>
<task   name='Planned' processId='91' start='02/15/2013' end='03/05/2013'  color='4567aa' height='10'  topPadding='5' animation='1'/>
<task name='Actual' processId='91' start='02/15/2013' end='03/05/2013' id='4' color='cccccc' alpha='100'  isAnimated='1' height='10' topPadding='19'/>
<task   name='Planned' processId='8' start='03/21/2013' end='04/25/2013'  color='4567aa' height='10'  topPadding='5' animation='1'/>
<task name='Actual' processId='8' start='03/21/2013' end='04/25/2013' id='4' color='cccccc' alpha='100'  isAnimated='1' height='10' topPadding='19'/>
<task   name='Planned' processId='92' start='02/15/2013' end='03/05/2013'  color='4567aa' height='10'  topPadding='5' animation='1'/>
<task name='Actual' processId='92' start='02/15/2013' end='03/05/2013' id='4' color='cccccc' alpha='100'  isAnimated='1' height='10' topPadding='19'/>
</tasks>
</graph>

 

 

 

Screen Shoot :

 

post-39956-0-79181900-1364024368_thumb.png

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Welcome to FusionCharts Forum.

 

Could you please let us know which version of FusionWidgets XT you are using for this issue?

 

We have tested the XML code using FusionWidgets XT (V3.3.0) files and it is rendering fine and showing the task bar correctly.

 

please find the screen shot of the same, for your reference.

post-23588-0-59486500-1364027201_thumb.png

Share this post


Link to post
Share on other sites

Thanks for reply ,

Well am using FusionChart free there am getting this problem

 

 

Hi,

 

Welcome to FusionCharts Forum.

 

Could you please let us know which version of FusionWidgets XT you are using for this issue?

 

We have tested the XML code using FusionWidgets XT (V3.3.0) files and it is rendering fine and showing the task bar correctly.

 

please find the screen shot of the same, for your reference.

Edited by Satindersingh

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Please note that FusionCharts Free (which originally was FusionCharts V2.3) is completely free and is having very limited features as compared to FusionCharts XT.

 

Also, the latest version of FusionCharts XT has lots of new features, bug fixes and improvements also it has the automatic fallback feature to render the charts in either Flash or JavaScript mode, based on the availability of Flash player in the device, where chart is going to load.

 

For more information on FusionCharts Free Vs Paid, please visit the link: http://www.fusioncharts.com/goodies/fusioncharts-free/compare/

 

Hope this helps!

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