mtm81

Members
  • Content count

    11
  • Joined

  • Last visited

About mtm81

  • Rank
    Junior Member
  1. Gannt Scroll Offset

    Hi, Can you tell me if the latest version of the gantt chart offers a scroll offset so that a lets say a 12 month calendar can have it's scroll position start at a particular date within the year?
  2. Hi, I have the save image functionality working if I right click the chart (I'm using a gantt widget chart) however I run the saveimage from a button click. therefore I have the following function in the head tag of my page: function saveChart(){ //Get chart from its ID var chartToPrint = getChartFromId("chartdiv"); chartToPrint.saveAsImage(); } I run this from an onclick behaviour on a button my page. the code for rendering the chart is as follows: <div id="chartdiv" align="center">Loading Time Planning . . .</div> <script type="text/javascript"> var myChart = new FusionCharts("Charts/Gantt.swf", "chartdiv", "<%=ChartWidth%>", "500", "0", "1"); myChart.setDataURL("<%=DataUrl%>"); myChart.render("chartdiv"); </script> I have made sure I'm up to date with the latest version of both the charts and the widgets of which I have both... I've also tried editing the "myChart=" line to be: var myChart = new FusionCharts("Charts/Gantt.swf?RegisterwithJS=1", "chartdiv", "<%=ChartWidth%>", "500", "0", "0"); and I still get the same error any ideas? James
  3. Hi, Is there any way, on a scrollable gannt chart, to tell it the starting point within the scroll? Lets say I have a chart running Jan-Dec and I want it to start on the March month.. is there any way to do that.. either in the XML or via a javascript command?? thanks James
  4. Gantt

    ok can't PM you for some reason so my email is: info at patchworkmedia dot co dot uk
  5. Gantt

    That's great Pallav! I've PM'd you my email address to send it to. Now I know I'm looking a a few more days I can go back to my client with that.. Thanks
  6. Gantt

    Any update on this? I've got a client deadline to meet and they biting my head off as I can't get this rolled out with this current issue.. Thanks
  7. Gantt

    ok after a little experimentation I've further narrowed down what the issue is.. it's not the trendlines.. It's the "sub" categories of the individual days within the month. The trendlines match up prefectly with the top category of the individual months., but the days within them do not. As I scroll through the chart I can see that from the month to the month.. the width of the individual days put together equals a pixel or two more than the width given to the month category.. so lets say each month category is automatically given a width of 100 pixels.. the individual days wthin that month would add up to 101 pixels.. This continues so that by the time you get to the end of the year, the gap is quite large... How do I solve this issue?
  8. Gantt

    update - here's the pics of it.. look the red trendline alignment on the second image - see how it's out?
  9. Gantt

    I have created a gantt chart which shows staff members attendence,illness and time off. As a part of this I need to have some trendlines which show the weekends and bank holidays.. What I have found is that if I make a chart for a year, I have the months as categories and then day within the month as categories also.. What I am finding is that at the beginning of the year the trendlines are in place.. however by the time they get to the middle of the year they have moved out of snyc with the days with should be covering by a few pixels. This gets worse until by the end of the year they are clearly out by several pixels. I've pasted the XML code below for you to generate the chart yourself and see where it's going wrong. <chart paletteThemeColor='242F71' caption='Staff Calendar 2008' dateFormat='dd/mm/yyyy' outputDateFormat='hh:mn' ganttPaneDuration='1' ganttPaneDurationUnit='m' showSlackAsFill='0' fontSize='11'> <!--<categories> <category start='01/01/2008' end='31/12/2008' label='Months' /> </categories>--> <categories> <category start='1/1/2008 00:00:00' end='31/1/2008 23:59:59' label='Jan' link='javascript:openganttwindow_monthview(2008,1,31);'/> <category start='1/2/2008 00:00:00' end='29/2/2008 23:59:59' label='Feb' link='javascript:openganttwindow_monthview(2008,2,29);'/> <category start='1/3/2008 00:00:00' end='31/3/2008 23:59:59' label='Mar' link='javascript:openganttwindow_monthview(2008,3,31);'/> <category start='1/4/2008 00:00:00' end='30/4/2008 23:59:59' label='Apr' link='javascript:openganttwindow_monthview(2008,4,30);'/> <category start='1/5/2008 00:00:00' end='31/5/2008 23:59:59' label='May' link='javascript:openganttwindow_monthview(2008,5,31);'/> <category start='1/6/2008 00:00:00' end='30/6/2008 23:59:59' label='Jun' link='javascript:openganttwindow_monthview(2008,6,30);'/> <category start='1/7/2008 00:00:00' end='31/7/2008 23:59:59' label='Jul' link='javascript:openganttwindow_monthview(2008,7,31);'/> <category start='1/8/2008 00:00:00' end='31/8/2008 23:59:59' label='Aug' link='javascript:openganttwindow_monthview(2008,8,31);'/> <category start='1/9/2008 00:00:00' end='30/9/2008 23:59:59' label='Sep' link='javascript:openganttwindow_monthview(2008,9,30);'/> <category start='1/10/2008 00:00:00' end='31/10/2008 23:59:59' label='Oct' link='javascript:openganttwindow_monthview(2008,10,31);'/> <category start='1/11/2008 00:00:00' end='30/11/2008 23:59:59' label='Nov' link='javascript:openganttwindow_monthview(2008,11,30);'/> <category start='1/12/2008 00:00:00' end='31/12/2008 23:59:59' label='Dec' link='javascript:openganttwindow_monthview(2008,12,31);'/> </categories> <categories> <category start='1/1/2008 09:00:00' end='1/1/2008 17:00:00' label='Tue'/><category start='2/1/2008 09:00:00' end='2/1/2008 17:00:00' label='Wed'/><category start='3/1/2008 09:00:00' end='3/1/2008 17:00:00' label='Thu'/><category start='4/1/2008 09:00:00' end='4/1/2008 17:00:00' label='Fri'/><category start='5/1/2008 09:00:00' end='5/1/2008 17:00:00' label='Sat'/><category start='6/1/2008 09:00:00' end='6/1/2008 17:00:00' label='Sun'/><category start='7/1/2008 09:00:00' end='7/1/2008 17:00:00' label='Mon'/><category start='8/1/2008 09:00:00' end='8/1/2008 17:00:00' label='Tue'/><category start='9/1/2008 09:00:00' end='9/1/2008 17:00:00' label='Wed'/><category start='10/1/2008 09:00:00' end='10/1/2008 17:00:00' label='Thu'/><category start='11/1/2008 09:00:00' end='11/1/2008 17:00:00' label='Fri'/><category start='12/1/2008 09:00:00' end='12/1/2008 17:00:00' label='Sat'/><category start='13/1/2008 09:00:00' end='13/1/2008 17:00:00' label='Sun'/><category start='14/1/2008 09:00:00' end='14/1/2008 17:00:00' label='Mon'/><category start='15/1/2008 09:00:00' end='15/1/2008 17:00:00' label='Tue'/><category start='16/1/2008 09:00:00' end='16/1/2008 17:00:00' label='Wed'/><category start='17/1/2008 09:00:00' end='17/1/2008 17:00:00' label='Thu'/><category start='18/1/2008 09:00:00' end='18/1/2008 17:00:00' label='Fri'/><category start='19/1/2008 09:00:00' end='19/1/2008 17:00:00' label='Sat'/><category start='20/1/2008 09:00:00' end='20/1/2008 17:00:00' label='Sun'/><category start='21/1/2008 09:00:00' end='21/1/2008 17:00:00' label='Mon'/><category start='22/1/2008 09:00:00' end='22/1/2008 17:00:00' label='Tue'/><category start='23/1/2008 09:00:00' end='23/1/2008 17:00:00' label='Wed'/><category start='24/1/2008 09:00:00' end='24/1/2008 17:00:00' label='Thu'/><category start='25/1/2008 09:00:00' end='25/1/2008 17:00:00' label='Fri'/><category start='26/1/2008 09:00:00' end='26/1/2008 17:00:00' label='Sat'/><category start='27/1/2008 09:00:00' end='27/1/2008 17:00:00' label='Sun'/><category start='28/1/2008 09:00:00' end='28/1/2008 17:00:00' label='Mon'/><category start='29/1/2008 09:00:00' end='29/1/2008 17:00:00' label='Tue'/><category start='30/1/2008 09:00:00' end='30/1/2008 17:00:00' label='Wed'/><category start='31/1/2008 09:00:00' end='31/1/2008 17:00:00' label='Thu'/><category start='1/2/2008 09:00:00' end='1/2/2008 17:00:00' label='Fri'/><category start='2/2/2008 09:00:00' end='2/2/2008 17:00:00' label='Sat'/><category start='3/2/2008 09:00:00' end='3/2/2008 17:00:00' label='Sun'/><category start='4/2/2008 09:00:00' end='4/2/2008 17:00:00' label='Mon'/><category start='5/2/2008 09:00:00' end='5/2/2008 17:00:00' label='Tue'/><category start='6/2/2008 09:00:00' end='6/2/2008 17:00:00' label='Wed'/><category start='7/2/2008 09:00:00' end='7/2/2008 17:00:00' label='Thu'/><category start='8/2/2008 09:00:00' end='8/2/2008 17:00:00' label='Fri'/><category start='9/2/2008 09:00:00' end='9/2/2008 17:00:00' label='Sat'/><category start='10/2/2008 09:00:00' end='10/2/2008 17:00:00' label='Sun'/><category start='11/2/2008 09:00:00' end='11/2/2008 17:00:00' label='Mon'/><category start='12/2/2008 09:00:00' end='12/2/2008 17:00:00' label='Tue'/><category start='13/2/2008 09:00:00' end='13/2/2008 17:00:00' label='Wed'/><category start='14/2/2008 09:00:00' end='14/2/2008 17:00:00' label='Thu'/><category start='15/2/2008 09:00:00' end='15/2/2008 17:00:00' label='Fri'/><category start='16/2/2008 09:00:00' end='16/2/2008 17:00:00' label='Sat'/><category start='17/2/2008 09:00:00' end='17/2/2008 17:00:00' label='Sun'/><category start='18/2/2008 09:00:00' end='18/2/2008 17:00:00' label='Mon'/><category start='19/2/2008 09:00:00' end='19/2/2008 17:00:00' label='Tue'/><category start='20/2/2008 09:00:00' end='20/2/2008 17:00:00' label='Wed'/><category start='21/2/2008 09:00:00' end='21/2/2008 17:00:00' label='Thu'/><category start='22/2/2008 09:00:00' end='22/2/2008 17:00:00' label='Fri'/><category start='23/2/2008 09:00:00' end='23/2/2008 17:00:00' label='Sat'/><category start='24/2/2008 09:00:00' end='24/2/2008 17:00:00' label='Sun'/><category start='25/2/2008 09:00:00' end='25/2/2008 17:00:00' label='Mon'/><category start='26/2/2008 09:00:00' end='26/2/2008 17:00:00' label='Tue'/><category start='27/2/2008 09:00:00' end='27/2/2008 17:00:00' label='Wed'/><category start='28/2/2008 09:00:00' end='28/2/2008 17:00:00' label='Thu'/><category start='29/2/2008 09:00:00' end='29/2/2008 17:00:00' label='Fri'/><category start='1/3/2008 09:00:00' end='1/3/2008 17:00:00' label='Sat'/><category start='2/3/2008 09:00:00' end='2/3/2008 17:00:00' label='Sun'/><category start='3/3/2008 09:00:00' end='3/3/2008 17:00:00' label='Mon'/><category start='4/3/2008 09:00:00' end='4/3/2008 17:00:00' label='Tue'/><category start='5/3/2008 09:00:00' end='5/3/2008 17:00:00' label='Wed'/><category start='6/3/2008 09:00:00' end='6/3/2008 17:00:00' label='Thu'/><category start='7/3/2008 09:00:00' end='7/3/2008 17:00:00' label='Fri'/><category start='8/3/2008 09:00:00' end='8/3/2008 17:00:00' label='Sat'/><category start='9/3/2008 09:00:00' end='9/3/2008 17:00:00' label='Sun'/><category start='10/3/2008 09:00:00' end='10/3/2008 17:00:00' label='Mon'/><category start='11/3/2008 09:00:00' end='11/3/2008 17:00:00' label='Tue'/><category start='12/3/2008 09:00:00' end='12/3/2008 17:00:00' label='Wed'/><category start='13/3/2008 09:00:00' end='13/3/2008 17:00:00' label='Thu'/><category start='14/3/2008 09:00:00' end='14/3/2008 17:00:00' label='Fri'/><category start='15/3/2008 09:00:00' end='15/3/2008 17:00:00' label='Sat'/><category start='16/3/2008 09:00:00' end='16/3/2008 17:00:00' label='Sun'/><category start='17/3/2008 09:00:00' end='17/3/2008 17:00:00' label='Mon'/><category start='18/3/2008 09:00:00' end='18/3/2008 17:00:00' label='Tue'/><category start='19/3/2008 09:00:00' end='19/3/2008 17:00:00' label='Wed'/><category start='20/3/2008 09:00:00' end='20/3/2008 17:00:00' label='Thu'/><category start='21/3/2008 09:00:00' end='21/3/2008 17:00:00' label='Fri'/><category start='22/3/2008 09:00:00' end='22/3/2008 17:00:00' label='Sat'/><category start='23/3/2008 09:00:00' end='23/3/2008 17:00:00' label='Sun'/><category start='24/3/2008 09:00:00' end='24/3/2008 17:00:00' label='Mon'/><category start='25/3/2008 09:00:00' end='25/3/2008 17:00:00' label='Tue'/><category start='26/3/2008 09:00:00' end='26/3/2008 17:00:00' label='Wed'/><category start='27/3/2008 09:00:00' end='27/3/2008 17:00:00' label='Thu'/><category start='28/3/2008 09:00:00' end='28/3/2008 17:00:00' label='Fri'/><category start='29/3/2008 09:00:00' end='29/3/2008 17:00:00' label='Sat'/><category start='30/3/2008 09:00:00' end='30/3/2008 17:00:00' label='Sun'/><category start='31/3/2008 09:00:00' end='31/3/2008 17:00:00' label='Mon'/><category start='1/4/2008 09:00:00' end='1/4/2008 17:00:00' label='Tue'/><category start='2/4/2008 09:00:00' end='2/4/2008 17:00:00' label='Wed'/><category start='3/4/2008 09:00:00' end='3/4/2008 17:00:00' label='Thu'/><category start='4/4/2008 09:00:00' end='4/4/2008 17:00:00' label='Fri'/><category start='5/4/2008 09:00:00' end='5/4/2008 17:00:00' label='Sat'/><category start='6/4/2008 09:00:00' end='6/4/2008 17:00:00' label='Sun'/><category start='7/4/2008 09:00:00' end='7/4/2008 17:00:00' label='Mon'/><category start='8/4/2008 09:00:00' end='8/4/2008 17:00:00' label='Tue'/><category start='9/4/2008 09:00:00' end='9/4/2008 17:00:00' label='Wed'/><category start='10/4/2008 09:00:00' end='10/4/2008 17:00:00' label='Thu'/><category start='11/4/2008 09:00:00' end='11/4/2008 17:00:00' label='Fri'/><category start='12/4/2008 09:00:00' end='12/4/2008 17:00:00' label='Sat'/><category start='13/4/2008 09:00:00' end='13/4/2008 17:00:00' label='Sun'/><category start='14/4/2008 09:00:00' end='14/4/2008 17:00:00' label='Mon'/><category start='15/4/2008 09:00:00' end='15/4/2008 17:00:00' label='Tue'/><category start='16/4/2008 09:00:00' end='16/4/2008 17:00:00' label='Wed'/><category start='17/4/2008 09:00:00' end='17/4/2008 17:00:00' label='Thu'/><category start='18/4/2008 09:00:00' end='18/4/2008 17:00:00' label='Fri'/><category start='19/4/2008 09:00:00' end='19/4/2008 17:00:00' label='Sat'/><category start='20/4/2008 09:00:00' end='20/4/2008 17:00:00' label='Sun'/><category start='21/4/2008 09:00:00' end='21/4/2008 17:00:00' label='Mon'/><category start='22/4/2008 09:00:00' end='22/4/2008 17:00:00' label='Tue'/><category start='23/4/2008 09:00:00' end='23/4/2008 17:00:00' label='Wed'/><category start='24/4/2008 09:00:00' end='24/4/2008 17:00:00' label='Thu'/><category start='25/4/2008 09:00:00' end='25/4/2008 17:00:00' label='Fri'/><category start='26/4/2008 09:00:00' end='26/4/2008 17:00:00' label='Sat'/><category start='27/4/2008 09:00:00' end='27/4/2008 17:00:00' label='Sun'/><category start='28/4/2008 09:00:00' end='28/4/2008 17:00:00' label='Mon'/><category start='29/4/2008 09:00:00' end='29/4/2008 17:00:00' label='Tue'/><category start='30/4/2008 09:00:00' end='30/4/2008 17:00:00' label='Wed'/><category start='1/5/2008 09:00:00' end='1/5/2008 17:00:00' label='Thu'/><category start='2/5/2008 09:00:00' end='2/5/2008 17:00:00' label='Fri'/><category start='3/5/2008 09:00:00' end='3/5/2008 17:00:00' label='Sat'/><category start='4/5/2008 09:00:00' end='4/5/2008 17:00:00' label='Sun'/><category start='5/5/2008 09:00:00' end='5/5/2008 17:00:00' label='Mon'/><category start='6/5/2008 09:00:00' end='6/5/2008 17:00:00' label='Tue'/><category start='7/5/2008 09:00:00' end='7/5/2008 17:00:00' label='Wed'/><category start='8/5/2008 09:00:00' end='8/5/2008 17:00:00' label='Thu'/><category start='9/5/2008 09:00:00' end='9/5/2008 17:00:00' label='Fri'/><category start='10/5/2008 09:00:00' end='10/5/2008 17:00:00' label='Sat'/><category start='11/5/2008 09:00:00' end='11/5/2008 17:00:00' label='Sun'/><category start='12/5/2008 09:00:00' end='12/5/2008 17:00:00' label='Mon'/><category start='13/5/2008 09:00:00' end='13/5/2008 17:00:00' label='Tue'/><category start='14/5/2008 09:00:00' end='14/5/2008 17:00:00' label='Wed'/><category start='15/5/2008 09:00:00' end='15/5/2008 17:00:00' label='Thu'/><category start='16/5/2008 09:00:00' end='16/5/2008 17:00:00' label='Fri'/><category start='17/5/2008 09:00:00' end='17/5/2008 17:00:00' label='Sat'/><category start='18/5/2008 09:00:00' end='18/5/2008 17:00:00' label='Sun'/><category start='19/5/2008 09:00:00' end='19/5/2008 17:00:00' label='Mon'/><category start='20/5/2008 09:00:00' end='20/5/2008 17:00:00' label='Tue'/><category start='21/5/2008 09:00:00' end='21/5/2008 17:00:00' label='Wed'/><category start='22/5/2008 09:00:00' end='22/5/2008 17:00:00' label='Thu'/><category start='23/5/2008 09:00:00' end='23/5/2008 17:00:00' label='Fri'/><category start='24/5/2008 09:00:00' end='24/5/2008 17:00:00' label='Sat'/><category start='25/5/2008 09:00:00' end='25/5/2008 17:00:00' label='Sun'/><category start='26/5/2008 09:00:00' end='26/5/2008 17:00:00' label='Mon'/><category start='27/5/2008 09:00:00' end='27/5/2008 17:00:00' label='Tue'/><category start='28/5/2008 09:00:00' end='28/5/2008 17:00:00' label='Wed'/><category start='29/5/2008 09:00:00' end='29/5/2008 17:00:00' label='Thu'/><category start='30/5/2008 09:00:00' end='30/5/2008 17:00:00' label='Fri'/><category start='31/5/2008 09:00:00' end='31/5/2008 17:00:00' label='Sat'/><category start='1/6/2008 09:00:00' end='1/6/2008 17:00:00' label='Sun'/><category start='2/6/2008 09:00:00' end='2/6/2008 17:00:00' label='Mon'/><category start='3/6/2008 09:00:00' end='3/6/2008 17:00:00' label='Tue'/><category start='4/6/2008 09:00:00' end='4/6/2008 17:00:00' label='Wed'/><category start='5/6/2008 09:00:00' end='5/6/2008 17:00:00' label='Thu'/><category start='6/6/2008 09:00:00' end='6/6/2008 17:00:00' label='Fri'/><category start='7/6/2008 09:00:00' end='7/6/2008 17:00:00' label='Sat'/><category start='8/6/2008 09:00:00' end='8/6/2008 17:00:00' label='Sun'/><category start='9/6/2008 09:00:00' end='9/6/2008 17:00:00' label='Mon'/><category start='10/6/2008 09:00:00' end='10/6/2008 17:00:00' label='Tue'/><category start='11/6/2008 09:00:00' end='11/6/2008 17:00:00' label='Wed'/><category start='12/6/2008 09:00:00' end='12/6/2008 17:00:00' label='Thu'/><category start='13/6/2008 09:00:00' end='13/6/2008 17:00:00' label='Fri'/><category start='14/6/2008 09:00:00' end='14/6/2008 17:00:00' label='Sat'/><category start='15/6/2008 09:00:00' end='15/6/2008 17:00:00' label='Sun'/><category start='16/6/2008 09:00:00' end='16/6/2008 17:00:00' label='Mon'/><category start='17/6/2008 09:00:00' end='17/6/2008 17:00:00' label='Tue'/><category start='18/6/2008 09:00:00' end='18/6/2008 17:00:00' label='Wed'/><category start='19/6/2008 09:00:00' end='19/6/2008 17:00:00' label='Thu'/><category start='20/6/2008 09:00:00' end='20/6/2008 17:00:00' label='Fri'/><category start='21/6/2008 09:00:00' end='21/6/2008 17:00:00' label='Sat'/><category start='22/6/2008 09:00:00' end='22/6/2008 17:00:00' label='Sun'/><category start='23/6/2008 09:00:00' end='23/6/2008 17:00:00' label='Mon'/><category start='24/6/2008 09:00:00' end='24/6/2008 17:00:00' label='Tue'/><category start='25/6/2008 09:00:00' end='25/6/2008 17:00:00' label='Wed'/><category start='26/6/2008 09:00:00' end='26/6/2008 17:00:00' label='Thu'/><category start='27/6/2008 09:00:00' end='27/6/2008 17:00:00' label='Fri'/><category start='28/6/2008 09:00:00' end='28/6/2008 17:00:00' label='Sat'/><category start='29/6/2008 09:00:00' end='29/6/2008 17:00:00' label='Sun'/><category start='30/6/2008 09:00:00' end='30/6/2008 17:00:00' label='Mon'/><category start='1/7/2008 09:00:00' end='1/7/2008 17:00:00' label='Tue'/><category start='2/7/2008 09:00:00' end='2/7/2008 17:00:00' label='Wed'/><category start='3/7/2008 09:00:00' end='3/7/2008 17:00:00' label='Thu'/><category start='4/7/2008 09:00:00' end='4/7/2008 17:00:00' label='Fri'/><category start='5/7/2008 09:00:00' end='5/7/2008 17:00:00' label='Sat'/><category start='6/7/2008 09:00:00' end='6/7/2008 17:00:00' label='Sun'/><category start='7/7/2008 09:00:00' end='7/7/2008 17:00:00' label='Mon'/><category start='8/7/2008 09:00:00' end='8/7/2008 17:00:00' label='Tue'/><category start='9/7/2008 09:00:00' end='9/7/2008 17:00:00' label='Wed'/><category start='10/7/2008 09:00:00' end='10/7/2008 17:00:00' label='Thu'/><category start='11/7/2008 09:00:00' end='11/7/2008 17:00:00' label='Fri'/><category start='12/7/2008 09:00:00' end='12/7/2008 17:00:00' label='Sat'/><category start='13/7/2008 09:00:00' end='13/7/2008 17:00:00' label='Sun'/><category start='14/7/2008 09:00:00' end='14/7/2008 17:00:00' label='Mon'/><category start='15/7/2008 09:00:00' end='15/7/2008 17:00:00' label='Tue'/><category start='16/7/2008 09:00:00' end='16/7/2008 17:00:00' label='Wed'/><category start='17/7/2008 09:00:00' end='17/7/2008 17:00:00' label='Thu'/><category start='18/7/2008 09:00:00' end='18/7/2008 17:00:00' label='Fri'/><category start='19/7/2008 09:00:00' end='19/7/2008 17:00:00' label='Sat'/><category start='20/7/2008 09:00:00' end='20/7/2008 17:00:00' label='Sun'/><category start='21/7/2008 09:00:00' end='21/7/2008 17:00:00' label='Mon'/><category start='22/7/2008 09:00:00' end='22/7/2008 17:00:00' label='Tue'/><category start='23/7/2008 09:00:00' end='23/7/2008 17:00:00' label='Wed'/><category start='24/7/2008 09:00:00' end='24/7/2008 17:00:00' label='Thu'/><category start='25/7/2008 09:00:00' end='25/7/2008 17:00:00' label='Fri'/><category start='26/7/2008 09:00:00' end='26/7/2008 17:00:00' label='Sat'/><category start='27/7/2008 09:00:00' end='27/7/2008 17:00:00' label='Sun'/><category start='28/7/2008 09:00:00' end='28/7/2008 17:00:00' label='Mon'/><category start='29/7/2008 09:00:00' end='29/7/2008 17:00:00' label='Tue'/><category start='30/7/2008 09:00:00' end='30/7/2008 17:00:00' label='Wed'/><category start='31/7/2008 09:00:00' end='31/7/2008 17:00:00' label='Thu'/><category start='1/8/2008 09:00:00' end='1/8/2008 17:00:00' label='Fri'/><category start='2/8/2008 09:00:00' end='2/8/2008 17:00:00' label='Sat'/><category start='3/8/2008 09:00:00' end='3/8/2008 17:00:00' label='Sun'/><category start='4/8/2008 09:00:00' end='4/8/2008 17:00:00' label='Mon'/><category start='5/8/2008 09:00:00' end='5/8/2008 17:00:00' label='Tue'/><category start='6/8/2008 09:00:00' end='6/8/2008 17:00:00' label='Wed'/><category start='7/8/2008 09:00:00' end='7/8/2008 17:00:00' label='Thu'/><category start='8/8/2008 09:00:00' end='8/8/2008 17:00:00' label='Fri'/><category start='9/8/2008 09:00:00' end='9/8/2008 17:00:00' label='Sat'/><category start='10/8/2008 09:00:00' end='10/8/2008 17:00:00' label='Sun'/><category start='11/8/2008 09:00:00' end='11/8/2008 17:00:00' label='Mon'/><category start='12/8/2008 09:00:00' end='12/8/2008 17:00:00' label='Tue'/><category start='13/8/2008 09:00:00' end='13/8/2008 17:00:00' label='Wed'/><category start='14/8/2008 09:00:00' end='14/8/2008 17:00:00' label='Thu'/><category start='15/8/2008 09:00:00' end='15/8/2008 17:00:00' label='Fri'/><category start='16/8/2008 09:00:00' end='16/8/2008 17:00:00' label='Sat'/><category start='17/8/2008 09:00:00' end='17/8/2008 17:00:00' label='Sun'/><category start='18/8/2008 09:00:00' end='18/8/2008 17:00:00' label='Mon'/><category start='19/8/2008 09:00:00' end='19/8/2008 17:00:00' label='Tue'/><category start='20/8/2008 09:00:00' end='20/8/2008 17:00:00' label='Wed'/><category start='21/8/2008 09:00:00' end='21/8/2008 17:00:00' label='Thu'/><category start='22/8/2008 09:00:00' end='22/8/2008 17:00:00' label='Fri'/><category start='23/8/2008 09:00:00' end='23/8/2008 17:00:00' label='Sat'/><category start='24/8/2008 09:00:00' end='24/8/2008 17:00:00' label='Sun'/><category start='25/8/2008 09:00:00' end='25/8/2008 17:00:00' label='Mon'/><category start='26/8/2008 09:00:00' end='26/8/2008 17:00:00' label='Tue'/><category start='27/8/2008 09:00:00' end='27/8/2008 17:00:00' label='Wed'/><category start='28/8/2008 09:00:00' end='28/8/2008 17:00:00' label='Thu'/><category start='29/8/2008 09:00:00' end='29/8/2008 17:00:00' label='Fri'/><category start='30/8/2008 09:00:00' end='30/8/2008 17:00:00' label='Sat'/><category start='31/8/2008 09:00:00' end='31/8/2008 17:00:00' label='Sun'/><category start='1/9/2008 09:00:00' end='1/9/2008 17:00:00' label='Mon'/><category start='2/9/2008 09:00:00' end='2/9/2008 17:00:00' label='Tue'/><category start='3/9/2008 09:00:00' end='3/9/2008 17:00:00' label='Wed'/><category start='4/9/2008 09:00:00' end='4/9/2008 17:00:00' label='Thu'/><category start='5/9/2008 09:00:00' end='5/9/2008 17:00:00' label='Fri'/><category start='6/9/2008 09:00:00' end='6/9/2008 17:00:00' label='Sat'/><category start='7/9/2008 09:00:00' end='7/9/2008 17:00:00' label='Sun'/><category start='8/9/2008 09:00:00' end='8/9/2008 17:00:00' label='Mon'/><category start='9/9/2008 09:00:00' end='9/9/2008 17:00:00' label='Tue'/><category start='10/9/2008 09:00:00' end='10/9/2008 17:00:00' label='Wed'/><category start='11/9/2008 09:00:00' end='11/9/2008 17:00:00' label='Thu'/><category start='12/9/2008 09:00:00' end='12/9/2008 17:00:00' label='Fri'/><category start='13/9/2008 09:00:00' end='13/9/2008 17:00:00' label='Sat'/><category start='14/9/2008 09:00:00' end='14/9/2008 17:00:00' label='Sun'/><category start='15/9/2008 09:00:00' end='15/9/2008 17:00:00' label='Mon'/><category start='16/9/2008 09:00:00' end='16/9/2008 17:00:00' label='Tue'/><category start='17/9/2008 09:00:00' end='17/9/2008 17:00:00' label='Wed'/><category start='18/9/2008 09:00:00' end='18/9/2008 17:00:00' label='Thu'/><category start='19/9/2008 09:00:00' end='19/9/2008 17:00:00' label='Fri'/><category start='20/9/2008 09:00:00' end='20/9/2008 17:00:00' label='Sat'/><category start='21/9/2008 09:00:00' end='21/9/2008 17:00:00' label='Sun'/><category start='22/9/2008 09:00:00' end='22/9/2008 17:00:00' label='Mon'/><category start='23/9/2008 09:00:00' end='23/9/2008 17:00:00' label='Tue'/><category start='24/9/2008 09:00:00' end='24/9/2008 17:00:00' label='Wed'/><category start='25/9/2008 09:00:00' end='25/9/2008 17:00:00' label='Thu'/><category start='26/9/2008 09:00:00' end='26/9/2008 17:00:00' label='Fri'/><category start='27/9/2008 09:00:00' end='27/9/2008 17:00:00' label='Sat'/><category start='28/9/2008 09:00:00' end='28/9/2008 17:00:00' label='Sun'/><category start='29/9/2008 09:00:00' end='29/9/2008 17:00:00' label='Mon'/><category start='30/9/2008 09:00:00' end='30/9/2008 17:00:00' label='Tue'/><category start='1/10/2008 09:00:00' end='1/10/2008 17:00:00' label='Wed'/><category start='2/10/2008 09:00:00' end='2/10/2008 17:00:00' label='Thu'/><category start='3/10/2008 09:00:00' end='3/10/2008 17:00:00' label='Fri'/><category start='4/10/2008 09:00:00' end='4/10/2008 17:00:00' label='Sat'/><category start='5/10/2008 09:00:00' end='5/10/2008 17:00:00' label='Sun'/><category start='6/10/2008 09:00:00' end='6/10/2008 17:00:00' label='Mon'/><category start='7/10/2008 09:00:00' end='7/10/2008 17:00:00' label='Tue'/><category start='8/10/2008 09:00:00' end='8/10/2008 17:00:00' label='Wed'/><category start='9/10/2008 09:00:00' end='9/10/2008 17:00:00' label='Thu'/><category start='10/10/2008 09:00:00' end='10/10/2008 17:00:00' label='Fri'/><category start='11/10/2008 09:00:00' end='11/10/2008 17:00:00' label='Sat'/><category start='12/10/2008 09:00:00' end='12/10/2008 17:00:00' label='Sun'/><category start='13/10/2008 09:00:00' end='13/10/2008 17:00:00' label='Mon'/><category start='14/10/2008 09:00:00' end='14/10/2008 17:00:00' label='Tue'/><category start='15/10/2008 09:00:00' end='15/10/2008 17:00:00' label='Wed'/><category start='16/10/2008 09:00:00' end='16/10/2008 17:00:00' label='Thu'/><category start='17/10/2008 09:00:00' end='17/10/2008 17:00:00' label='Fri'/><category start='18/10/2008 09:00:00' end='18/10/2008 17:00:00' label='Sat'/><category start='19/10/2008 09:00:00' end='19/10/2008 17:00:00' label='Sun'/><category start='20/10/2008 09:00:00' end='20/10/2008 17:00:00' label='Mon'/><category start='21/10/2008 09:00:00' end='21/10/2008 17:00:00' label='Tue'/><category start='22/10/2008 09:00:00' end='22/10/2008 17:00:00' label='Wed'/><category start='23/10/2008 09:00:00' end='23/10/2008 17:00:00' label='Thu'/><category start='24/10/2008 09:00:00' end='24/10/2008 17:00:00' label='Fri'/><category start='25/10/2008 09:00:00' end='25/10/2008 17:00:00' label='Sat'/><category start='26/10/2008 09:00:00' end='26/10/2008 17:00:00' label='Sun'/><category start='27/10/2008 09:00:00' end='27/10/2008 17:00:00' label='Mon'/><category start='28/10/2008 09:00:00' end='28/10/2008 17:00:00' label='Tue'/><category start='29/10/2008 09:00:00' end='29/10/2008 17:00:00' label='Wed'/><category start='30/10/2008 09:00:00' end='30/10/2008 17:00:00' label='Thu'/><category start='31/10/2008 09:00:00' end='31/10/2008 17:00:00' label='Fri'/><category start='1/11/2008 09:00:00' end='1/11/2008 17:00:00' label='Sat'/><category start='2/11/2008 09:00:00' end='2/11/2008 17:00:00' label='Sun'/><category start='3/11/2008 09:00:00' end='3/11/2008 17:00:00' label='Mon'/><category start='4/11/2008 09:00:00' end='4/11/2008 17:00:00' label='Tue'/><category start='5/11/2008 09:00:00' end='5/11/2008 17:00:00' label='Wed'/><category start='6/11/2008 09:00:00' end='6/11/2008 17:00:00' label='Thu'/><category start='7/11/2008 09:00:00' end='7/11/2008 17:00:00' label='Fri'/><category start='8/11/2008 09:00:00' end='8/11/2008 17:00:00' label='Sat'/><category start='9/11/2008 09:00:00' end='9/11/2008 17:00:00' label='Sun'/><category start='10/11/2008 09:00:00' end='10/11/2008 17:00:00' label='Mon'/><category start='11/11/2008 09:00:00' end='11/11/2008 17:00:00' label='Tue'/><category start='12/11/2008 09:00:00' end='12/11/2008 17:00:00' label='Wed'/><category start='13/11/2008 09:00:00' end='13/11/2008 17:00:00' label='Thu'/><category start='14/11/2008 09:00:00' end='14/11/2008 17:00:00' label='Fri'/><category start='15/11/2008 09:00:00' end='15/11/2008 17:00:00' label='Sat'/><category start='16/11/2008 09:00:00' end='16/11/2008 17:00:00' label='Sun'/><category start='17/11/2008 09:00:00' end='17/11/2008 17:00:00' label='Mon'/><category start='18/11/2008 09:00:00' end='18/11/2008 17:00:00' label='Tue'/><category start='19/11/2008 09:00:00' end='19/11/2008 17:00:00' label='Wed'/><category start='20/11/2008 09:00:00' end='20/11/2008 17:00:00' label='Thu'/><category start='21/11/2008 09:00:00' end='21/11/2008 17:00:00' label='Fri'/><category start='22/11/2008 09:00:00' end='22/11/2008 17:00:00' label='Sat'/><category start='23/11/2008 09:00:00' end='23/11/2008 17:00:00' label='Sun'/><category start='24/11/2008 09:00:00' end='24/11/2008 17:00:00' label='Mon'/><category start='25/11/2008 09:00:00' end='25/11/2008 17:00:00' label='Tue'/><category start='26/11/2008 09:00:00' end='26/11/2008 17:00:00' label='Wed'/><category start='27/11/2008 09:00:00' end='27/11/2008 17:00:00' label='Thu'/><category start='28/11/2008 09:00:00' end='28/11/2008 17:00:00' label='Fri'/><category start='29/11/2008 09:00:00' end='29/11/2008 17:00:00' label='Sat'/><category start='30/11/2008 09:00:00' end='30/11/2008 17:00:00' label='Sun'/><category start='1/12/2008 09:00:00' end='1/12/2008 17:00:00' label='Mon'/><category start='2/12/2008 09:00:00' end='2/12/2008 17:00:00' label='Tue'/><category start='3/12/2008 09:00:00' end='3/12/2008 17:00:00' label='Wed'/><category start='4/12/2008 09:00:00' end='4/12/2008 17:00:00' label='Thu'/><category start='5/12/2008 09:00:00' end='5/12/2008 17:00:00' label='Fri'/><category start='6/12/2008 09:00:00' end='6/12/2008 17:00:00' label='Sat'/><category start='7/12/2008 09:00:00' end='7/12/2008 17:00:00' label='Sun'/><category start='8/12/2008 09:00:00' end='8/12/2008 17:00:00' label='Mon'/><category start='9/12/2008 09:00:00' end='9/12/2008 17:00:00' label='Tue'/><category start='10/12/2008 09:00:00' end='10/12/2008 17:00:00' label='Wed'/><category start='11/12/2008 09:00:00' end='11/12/2008 17:00:00' label='Thu'/><category start='12/12/2008 09:00:00' end='12/12/2008 17:00:00' label='Fri'/><category start='13/12/2008 09:00:00' end='13/12/2008 17:00:00' label='Sat'/><category start='14/12/2008 09:00:00' end='14/12/2008 17:00:00' label='Sun'/><category start='15/12/2008 09:00:00' end='15/12/2008 17:00:00' label='Mon'/><category start='16/12/2008 09:00:00' end='16/12/2008 17:00:00' label='Tue'/><category start='17/12/2008 09:00:00' end='17/12/2008 17:00:00' label='Wed'/><category start='18/12/2008 09:00:00' end='18/12/2008 17:00:00' label='Thu'/><category start='19/12/2008 09:00:00' end='19/12/2008 17:00:00' label='Fri'/><category start='20/12/2008 09:00:00' end='20/12/2008 17:00:00' label='Sat'/><category start='21/12/2008 09:00:00' end='21/12/2008 17:00:00' label='Sun'/><category start='22/12/2008 09:00:00' end='22/12/2008 17:00:00' label='Mon'/><category start='23/12/2008 09:00:00' end='23/12/2008 17:00:00' label='Tue'/><category start='24/12/2008 09:00:00' end='24/12/2008 17:00:00' label='Wed'/><category start='25/12/2008 09:00:00' end='25/12/2008 17:00:00' label='Thu'/><category start='26/12/2008 09:00:00' end='26/12/2008 17:00:00' label='Fri'/><category start='27/12/2008 09:00:00' end='27/12/2008 17:00:00' label='Sat'/><category start='28/12/2008 09:00:00' end='28/12/2008 17:00:00' label='Sun'/><category start='29/12/2008 09:00:00' end='29/12/2008 17:00:00' label='Mon'/><category start='30/12/2008 09:00:00' end='30/12/2008 17:00:00' label='Tue'/><category start='31/12/2008 09:00:00' end='31/12/2008 17:00:00' label='Wed'/> </categories> <processes headerText='Staff' headerFontSize='12' fontSize='11'> <process label='James' id='Staff-10' /> <process label='ray' id='Staff-12' /> <process label='lisa' id='Staff-20' /> <process label='gavin' id='Staff-24' /> <process label='sam' id='Staff-25' /> <process label='Brian' id='Staff-35' /> </processes> <Tasks showLabels='1'> <Task label='Arranged appointment and day out' showLabel='0' name='tester' processId='Staff-25' start='11/01/2008 09:00:00' end='11/01/2008 17:30:00' color='6699CC' height='60%' alpha='50' topPadding='30%' /> </Tasks> <trendlines> <line start='18/1/2008' displayValue='Today' color='333333' thickness='2' dashed='1' /> <line start='5/1/2008 00:00:00' end='06/01/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='12/1/2008 00:00:00' end='13/01/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='19/1/2008 00:00:00' end='20/01/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='26/1/2008 00:00:00' end='27/01/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='2/2/2008 00:00:00' end='03/02/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='9/2/2008 00:00:00' end='10/02/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='16/2/2008 00:00:00' end='17/02/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='23/2/2008 00:00:00' end='24/02/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='1/3/2008 00:00:00' end='02/03/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='8/3/2008 00:00:00' end='09/03/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='15/3/2008 00:00:00' end='16/03/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='22/3/2008 00:00:00' end='23/03/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='29/3/2008 00:00:00' end='30/03/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='5/4/2008 00:00:00' end='06/04/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='12/4/2008 00:00:00' end='13/04/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='19/4/2008 00:00:00' end='20/04/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='26/4/2008 00:00:00' end='27/04/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='3/5/2008 00:00:00' end='04/05/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='10/5/2008 00:00:00' end='11/05/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='17/5/2008 00:00:00' end='18/05/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='24/5/2008 00:00:00' end='25/05/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='31/5/2008 00:00:00' end='01/06/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='7/6/2008 00:00:00' end='08/06/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='14/6/2008 00:00:00' end='15/06/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='21/6/2008 00:00:00' end='22/06/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='28/6/2008 00:00:00' end='29/06/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='5/7/2008 00:00:00' end='06/07/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='12/7/2008 00:00:00' end='13/07/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='19/7/2008 00:00:00' end='20/07/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='26/7/2008 00:00:00' end='27/07/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='2/8/2008 00:00:00' end='03/08/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='9/8/2008 00:00:00' end='10/08/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='16/8/2008 00:00:00' end='17/08/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='23/8/2008 00:00:00' end='24/08/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='30/8/2008 00:00:00' end='31/08/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='6/9/2008 00:00:00' end='07/09/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='13/9/2008 00:00:00' end='14/09/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='20/9/2008 00:00:00' end='21/09/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='27/9/2008 00:00:00' end='28/09/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='4/10/2008 00:00:00' end='05/10/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='11/10/2008 00:00:00' end='12/10/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='18/10/2008 00:00:00' end='19/10/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='25/10/2008 00:00:00' end='26/10/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='1/11/2008 00:00:00' end='02/11/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='8/11/2008 00:00:00' end='09/11/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='15/11/2008 00:00:00' end='16/11/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='22/11/2008 00:00:00' end='23/11/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='29/11/2008 00:00:00' end='30/11/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='6/12/2008 00:00:00' end='07/12/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='13/12/2008 00:00:00' end='14/12/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='20/12/2008 00:00:00' end='21/12/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='27/12/2008 00:00:00' end='28/12/2008 23:59:59' displayValue=' ' color='cccccc' thickness='2' dashed='1' isTrendZone='1'/><line start='1/1/2008 00:00:00' end='1/1/2008 23:59:59' displayValue=' ' color='990000' thickness='1' dashed='1' isTrendZone='1'/><line start='24/1/2008 00:00:00' end='24/1/2008 23:59:59' displayValue=' ' color='990000' thickness='1' dashed='1' isTrendZone='1'/><line start='21/3/2008 00:00:00' end='21/3/2008 23:59:59' displayValue=' ' color='990000' thickness='1' dashed='1' isTrendZone='1'/><line start='5/5/2008 00:00:00' end='5/5/2008 23:59:59' displayValue=' ' color='990000' thickness='1' dashed='1' isTrendZone='1'/><line start='26/5/2008 00:00:00' end='26/5/2008 23:59:59' displayValue=' ' color='990000' thickness='1' dashed='1' isTrendZone='1'/><line start='25/8/2008 00:00:00' end='25/8/2008 23:59:59' displayValue=' ' color='990000' thickness='1' dashed='1' isTrendZone='1'/><line start='25/12/2008 00:00:00' end='25/12/2008 23:59:59' displayValue=' ' color='990000' thickness='1' dashed='1' isTrendZone='1'/><line start='26/12/2008 00:00:00' end='26/12/2008 23:59:59' displayValue=' ' color='990000' thickness='1' dashed='1' isTrendZone='1'/> </trendlines> <legend> <item label='Planned' color='242F71' /> </legend> <styles> <definition> <style name='TaskFont' type='font' color='000000'/> </definition> <application> <apply toObject='TaskLABELS' styles='TaskFont' /> </application> </styles> </chart>
  10. drag and drop?

    Is there any drag and drop functionality available on the gnatt chart on the gadgets? (I want the user to be able to move the items about on their horizontal axis along the date range.. then have that update the db with the new dates.. is there any drag and drop available?