﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts Free / General Usage  / Problem with Gantt charts / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Tue, 02 Dec 2008 05:30:19 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Problem with Gantt charts</title><link>http://www.fusioncharts.com/forum/Topic5172-40-1.aspx</link><description>Nina,&lt;br&gt;&lt;br&gt;This problem doesn't exist in the latest version of licensed Gantt. If you can please send us your order Id at support [at] fusioncharts.com, we'll send you the chart.</description><pubDate>Fri, 21 Mar 2008 16:19:45 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>Problem with Gantt charts</title><link>http://www.fusioncharts.com/forum/Topic5172-40-1.aspx</link><description>Hi&lt;br&gt;&lt;br&gt;I am hoping someone here can help me, I am using Gantt chats to illustrate resume data. This is what my chart looks like:&lt;br&gt;&lt;br&gt;[img]http://i280.photobucket.com/albums/kk165/ninajansen/Screenshot.png[/img]&lt;br&gt;And this is the xml:&lt;br&gt;&lt;br&gt;&amp;lt;graph date_format="mm/dd/yyyy"&gt;&lt;br&gt;  &amp;lt;categories&gt;&lt;br&gt;    &amp;lt;category name="1989" start="01/01/1989 00:00:00" end="12/31/1989 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="1990" start="01/01/1990 00:00:00" end="12/31/1990 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="1991" start="01/01/1991 00:00:00" end="12/31/1991 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="1992" start="01/01/1992 00:00:00" end="12/31/1992 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="1993" start="01/01/1993 00:00:00" end="12/31/1993 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="1994" start="01/01/1994 00:00:00" end="12/31/1994 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="1995" start="01/01/1995 00:00:00" end="12/31/1995 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="1996" start="01/01/1996 00:00:00" end="12/31/1996 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="1997" start="01/01/1997 00:00:00" end="12/31/1997 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="1998" start="01/01/1998 00:00:00" end="12/31/1998 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="1999" start="01/01/1999 00:00:00" end="12/31/1999 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="2000" start="01/01/2000 00:00:00" end="12/31/2000 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="2001" start="01/01/2001 00:00:00" end="12/31/2001 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="2002" start="01/01/2002 00:00:00" end="12/31/2002 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="2003" start="01/01/2003 00:00:00" end="12/31/2003 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="2004" start="01/01/2004 00:00:00" end="12/31/2004 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="2005" start="01/01/2005 00:00:00" end="12/31/2005 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="2006" start="01/01/2006 00:00:00" end="12/31/2006 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="2007" start="01/01/2007 00:00:00" end="12/31/2007 23:59:59"/&gt;&lt;br&gt;    &amp;lt;category name="2008" start="01/01/2008 00:00:00" end="12/31/2008 23:59:59"/&gt;&lt;br&gt;  &amp;lt;/categories&gt;&lt;br&gt;  &amp;lt;processes headerFontSize="16" headerVAlign="bottom" width="300" align="left" headerAlign="right" fontSize="11" isBold="1" headerText="category"&gt;&lt;br&gt;    &amp;lt;process name="Education" id="1"/&gt;&lt;br&gt;    &amp;lt;process name="Salaried position" id="2"/&gt;&lt;br&gt;    &amp;lt;process name="Constract position" id="3"/&gt;&lt;br&gt;    &amp;lt;process name="Work on own project" id="4"/&gt;&lt;br&gt;    &amp;lt;process name="Leave" id="5"/&gt;&lt;br&gt;    &amp;lt;process name="Courses, conferences, continued education etc." id="6"/&gt;&lt;br&gt;  &amp;lt;/processes&gt;&lt;br&gt;  &amp;lt;dataTable&gt;&lt;br&gt;  &amp;lt;/dataTable&gt;&lt;br&gt;  &amp;lt;tasks showname="1"&gt;&lt;br&gt;    &amp;lt;task processId="1" name="event1" showName="1" start="08/01/1989 00:00:00" end="06/01/1990 00:00:00"/&gt;&lt;br&gt;    &amp;lt;task processId="1" name="event2" showName="1" start="08/01/1990 00:00:00" end="06/01/1991 00:00:00"/&gt;&lt;br&gt;    &amp;lt;task processId="1" name="event3" showName="1" start="08/01/1991 00:00:00" end="06/01/1993 00:00:00"/&gt;&lt;br&gt;    &amp;lt;task processId="1" name="event4" showName="1" start="09/01/1993 00:00:00" end="12/01/1998 00:00:00"/&gt;&lt;br&gt;    &amp;lt;task processId="2" name="event5" showName="1" start="01/01/1999 00:00:00" end="03/01/2002 00:00:00"/&gt;&lt;br&gt;    &amp;lt;task processId="2" name="event6" showName="1" start="08/01/2002 00:00:00" end="08/01/2004 00:00:00"/&gt;&lt;br&gt;    &amp;lt;task processId="2" name="event7" showName="1" start="09/01/2004 00:00:00" end="07/31/2005 00:00:00"/&gt;&lt;br&gt;    &amp;lt;task processId="2" name="event9" showName="1" start="04/03/2006 00:00:00" end="05/31/2007 00:00:00"/&gt;&lt;br&gt;    &amp;lt;task processId="3" name="event10" showName="1" start="06/18/2007 00:00:00" end="07/31/2007 00:00:00"/&gt;&lt;br&gt;    &amp;lt;task processId="3" name="event11" showName="1" start="08/01/2007 00:00:00" end="01/31/2008 00:00:00"/&gt;&lt;br&gt;    &amp;lt;task processId="4" name="event12" showName="1" start="02/01/2008 00:00:00" end="05/30/2008 00:00:00"/&gt;&lt;br&gt;  &amp;lt;/tasks&gt;&lt;br&gt;  &amp;lt;milestones&gt;&lt;br&gt;  &amp;lt;/milestones&gt;&lt;br&gt;  &amp;lt;trendlines&gt;&lt;br&gt;  &amp;lt;/trendlines&gt;&lt;br&gt;  &amp;lt;connectors&gt;&lt;br&gt;  &amp;lt;/connectors&gt;&lt;br&gt;&amp;lt;/graph&gt;&lt;br&gt;&lt;br&gt;I can't figure out what I am doing wrong here, it seems that the flash program doesn't understand the information about the year and plots every event in the same year. &lt;br&gt;&lt;br&gt;Any help will be greatly appreciated. If this problem does not exist in the non-free version, I'd love to see how that version displays my data.&lt;br&gt;&lt;br&gt;Sincerely&lt;br&gt;&lt;br&gt;Nina Jansen</description><pubDate>Wed, 19 Mar 2008 09:57:44 GMT</pubDate><dc:creator>Nina Jansen</dc:creator></item></channel></rss>