Satindersingh

Members
  • Content count

    3
  • Joined

  • Last visited

About Satindersingh

  • Rank
    Forum Newbie
  1. Ganttchart Bar Display Wrongly (Wrong Start Month)

    Can you let me know why the same xml not works for fusionchart free ?
  2. Ganttchart Bar Display Wrongly (Wrong Start Month)

    Thanks for reply , Well am using FusionChart free there am getting this problem
  3. 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 :