Satindersingh Report post Posted March 23, 2013 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 : Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted March 23, 2013 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. Share this post Link to post Share on other sites
Satindersingh Report post Posted March 23, 2013 (edited) 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 March 23, 2013 by Satindersingh Share this post Link to post Share on other sites
Satindersingh Report post Posted March 23, 2013 Can you let me know why the same xml not works for fusionchart free ? Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted March 25, 2013 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