ghost Report post Posted November 4, 2013 Hi, i want to use a gantt chart to build a timeline to display some response time but i have an error in the javascript when i display it Error: Invalid negative value for <rect> attribute width="-1" i suppose that this error is because my start and my end for each task are bad but i can't find how to resolve it. the dateformat : - chartRootElement.Add(new XAttribute("dateFormat", "dd-mm-yyyy hh:mn:ss.fff")); and the start and the end are with this format: dd/MM/yyyy HH:mm:ss.fff is it possible to set the with value always width > 0 ? thanks for your help. Share this post Link to post Share on other sites
Haritha Report post Posted November 5, 2013 Hi, Welcome to FusionCharts Forum. We tried to create a similar sample and it appears that this error occurs when your date format in the start and end attributes of task element does not conform to the date format specified in the chart element. For Eg. If your date format is dateFormat='MM-dd-yyyy HH:mm:ss.fff' then, if your task element has a date as follows then an error is thrown : Incorrect: <task start='11-12-2013' end='11-12-2013' /> Correct : <task start='11-12-2013 02:04:31.500' end='11-12-2013 03:04:31.750' /> <task start='11/12/2013 04:04:31.400' end='11/12/2013 05:04:31.800' /> Please check if your task elements have only the date and not the time and make changes accordingly. Hope this helps. Share this post Link to post Share on other sites
ghost Report post Posted November 6, 2013 hi Haritha, thank you for your help. i did the corrections, but i always have this issue. in the category tag the start and the end are formated like this: <category start="20-09-2013 15:05:08.567" end="20-09-2013 15:06:08.567" label="0 mn" /> in the chart caption: <chart caption="test" scrollColor="4F85C5" dateFormat="dd-mm-yyyy hh:mn:ss.fff" paletteThemeColor="4F85C5" ganttWidthPercent="70"> in the task: <task start="20-09-2013 15:05:08.567" end="20-09-2013 15:05:08.661" height="10" animation="0" /> i notice that when i change the width of the graph, the task not showing change also. <script type="text/javascript"> if (FusionCharts('chartId')) FusionCharts('chartId').dispose(); FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts("@(Url.Content("~/Content/FusionCharts/Gantt.swf"))", "chartId", "100%", "750"); FusionCharts.debugMode.enabled( function() { console.log(arguments); }, 'verbose'); myChart.setXMLData('@(new MvcHtmlString(Model.GetXmlData(Url)))'); myChart.render("chartContainer"); </script> '@(new MvcHtmlString(Model.GetXmlData(Url)))' -> return the xml sample. and it's the same when i change the width of the processes. <processes fontsize="9" idBold="1" align="left" hoverBandcolor="4F85C5" width="150"> i have a xml file if you want test. <?xml version="1.0" encoding="utf-8"?> <chart caption="test" scrollColor="4F85C5" dateFormat="dd-mm-yyyy hh:mn:ss.fff" paletteThemeColor="4F85C5" ganttWidthPercent="70"> <categories align="left"> <category start="20-09-2013 15:05:08.567" end="20-09-2013 15:06:08.567" label="0 mn" /> <category start="20-09-2013 15:06:08.567" end="20-09-2013 15:07:08.567" label="1 mn" /> </categories> <datatable headerVAlign="bottom"> <datacolumn headerText="Code" headerFontSize="12"> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="301" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="404" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="302" /> <text label="302" /> <text label="302" /> <text label="302" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="302" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="302" /> <text label="302" /> <text label="302" /> <text label="302" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="404" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="302" /> <text label="302" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="204" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="302" /> <text label="200" /> <text label="302" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> <text label="200" /> <text label="302" /> <text label="200" /> </datacolumn> <datacolumn headerText="Size" headerFontSize="12"> <text label="88" /> <text label="63780" /> <text label="28857" /> <text label="87579" /> <text label="0" /> <text label="6454" /> <text label="8639" /> <text label="1735" /> <text label="798" /> <text label="735" /> <text label="6969" /> <text label="2441" /> <text label="2153" /> <text label="424" /> <text label="92556" /> <text label="198792" /> <text label="6207" /> <text label="3490" /> <text label="5513" /> <text label="9763" /> <text label="727" /> <text label="6674" /> <text label="1072" /> <text label="8208" /> <text label="25542" /> <text label="54931" /> <text label="48572" /> <text label="63795" /> <text label="16137" /> <text label="2697" /> <text label="11600" /> <text label="20991" /> <text label="22547" /> <text label="15675" /> <text label="2384" /> <text label="9649" /> <text label="2531" /> <text label="1716" /> <text label="2722" /> <text label="2429" /> <text label="2070" /> <text label="2639" /> <text label="2317" /> <text label="35" /> <text label="35" /> <text label="42" /> <text label="285" /> <text label="2317" /> <text label="702" /> <text label="4912" /> <text label="7691" /> <text label="164" /> <text label="966" /> <text label="1792" /> <text label="2308" /> <text label="2784" /> <text label="410" /> <text label="2637" /> <text label="2757" /> <text label="2876" /> <text label="2752" /> <text label="2591" /> <text label="2457" /> <text label="1025" /> <text label="179" /> <text label="1091" /> <text label="470" /> <text label="711" /> <text label="114" /> <text label="42" /> <text label="2582" /> <text label="127" /> <text label="946" /> <text label="1013" /> <text label="1081" /> <text label="13976" /> <text label="1482" /> <text label="1020" /> <text label="1316" /> <text label="2620" /> <text label="1178" /> <text label="6961" /> <text label="6343" /> <text label="1243" /> <text label="1126" /> <text label="339" /> <text label="619" /> <text label="0" /> <text label="43" /> <text label="1406" /> <text label="84" /> <text label="303" /> <text label="47396" /> <text label="2817" /> <text label="948" /> <text label="90938" /> <text label="2332" /> <text label="1406" /> <text label="2892" /> <text label="171" /> <text label="1511" /> <text label="15469" /> <text label="26051" /> <text label="3882" /> <text label="1817" /> <text label="93432" /> <text label="28069" /> <text label="1849" /> <text label="3462" /> <text label="4776" /> <text label="1856" /> <text label="435" /> <text label="2701" /> <text label="747" /> <text label="253" /> <text label="10798" /> <text label="17638" /> <text label="2860" /> <text label="3049" /> <text label="27593" /> <text label="6165" /> <text label="63439" /> <text label="68516" /> <text label="17655" /> <text label="16602" /> <text label="15838" /> <text label="2317" /> <text label="611" /> <text label="1022" /> <text label="1054" /> <text label="955" /> <text label="279" /> <text label="611" /> <text label="347" /> <text label="308" /> <text label="2317" /> <text label="2754" /> <text label="1321" /> <text label="258" /> <text label="277" /> <text label="362" /> <text label="365" /> <text label="576" /> <text label="890" /> <text label="711" /> <text label="408" /> <text label="43" /> <text label="619" /> <text label="35" /> <text label="35" /> <text label="42" /> <text label="528" /> <text label="42" /> <text label="695" /> <text label="0" /> <text label="0" /> <text label="5" /> <text label="0" /> <text label="198" /> <text label="0" /> <text label="298" /> <text label="146" /> <text label="383" /> <text label="5" /> <text label="108" /> <text label="0" /> <text label="5" /> <text label="0" /> <text label="5434" /> <text label="5" /> <text label="43" /> <text label="221" /> <text label="43" /> <text label="5" /> <text label="105" /> <text label="5" /> <text label="5" /> <text label="0" /> <text label="105" /> <text label="68" /> <text label="0" /> <text label="68" /> <text label="5" /> <text label="0" /> <text label="73" /> <text label="73" /> <text label="384" /> <text label="43" /> <text label="44921" /> <text label="2764" /> <text label="116378" /> <text label="5268" /> <text label="2317" /> <text label="308" /> <text label="258" /> <text label="1840" /> <text label="1476" /> <text label="1013" /> <text label="783" /> <text label="63187" /> <text label="1161" /> <text label="3618" /> <text label="564" /> <text label="365" /> <text label="0" /> <text label="217" /> <text label="324" /> <text label="5" /> <text label="43" /> <text label="198" /> <text label="43" /> <text label="22005" /> <text label="380" /> <text label="68" /> <text label="2317" /> <text label="43" /> <text label="109" /> <text label="0" /> <text label="24991" /> <text label="1752" /> <text label="57892" /> <text label="88109" /> <text label="7730" /> <text label="9688" /> <text label="35" /> <text label="35" /> <text label="42" /> <text label="0" /> <text label="42" /> <text label="43" /> <text label="1491" /> <text label="245" /> <text label="5" /> <text label="198" /> <text label="9917" /> <text label="590" /> <text label="5676" /> <text label="0" /> <text label="43" /> <text label="42" /> <text label="245" /> <text label="68" /> <text label="24984" /> <text label="0" /> <text label="43" /> <text label="43" /> <text label="0" /> <text label="14887" /> <text label="43" /> <text label="586" /> <text label="47661" /> <text label="0" /> <text label="9917" /> <text label="36" /> <text label="8387" /> <text label="367" /> <text label="24205" /> <text label="24205" /> <text label="0" /> <text label="28038" /> <text label="787" /> <text label="43046" /> <text label="694" /> <text label="770" /> <text label="1103" /> <text label="617" /> <text label="10697" /> <text label="1586" /> <text label="2317" /> <text label="35" /> <text label="42" /> <text label="308" /> <text label="2903" /> <text label="3272" /> <text label="35" /> <text label="3545" /> <text label="2317" /> <text label="581" /> <text label="1197" /> <text label="42" /> <text label="0" /> <text label="43" /> <text label="5" /> <text label="324" /> <text label="43" /> <text label="198" /> <text label="173" /> <text label="43" /> <text label="245" /> <text label="109" /> <text label="68" /> <text label="43" /> <text label="0" /> <text label="0" /> <text label="5" /> <text label="1483" /> <text label="245" /> <text label="198" /> <text label="43" /> <text label="35" /> <text label="0" /> <text label="68" /> <text label="0" /> <text label="0" /> <text label="0" /> </datacolumn> </datatable> <processes fontsize="9" idBold="1" align="left" hoverBandcolor="4F85C5" width="150"> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> <process label="test" /> </processes> <tasks hoverFillColor="51B848"> <task start="20-09-2013 15:05:08.567" end="20-09-2013 15:05:08.661" height="10" animation="0" /> <task start="20-09-2013 15:05:08.661" end="20-09-2013 15:05:09.004" height="10" animation="0" /> <task start="20-09-2013 15:05:09.004" end="20-09-2013 15:05:09.019" height="10" animation="0" /> <task start="20-09-2013 15:05:09.004" end="20-09-2013 15:05:09.035" height="10" animation="0" /> <task start="20-09-2013 15:05:09.004" end="20-09-2013 15:05:09.019" height="10" animation="0" /> <task start="20-09-2013 15:05:09.004" end="20-09-2013 15:05:09.035" height="10" animation="0" /> <task start="20-09-2013 15:05:09.004" end="20-09-2013 15:05:09.035" height="10" animation="0" /> <task start="20-09-2013 15:05:09.004" end="20-09-2013 15:05:09.035" height="10" animation="0" /> <task start="20-09-2013 15:05:09.004" end="20-09-2013 15:05:09.035" height="10" animation="0" /> <task start="20-09-2013 15:05:09.004" end="20-09-2013 15:05:09.035" height="10" animation="0" /> <task start="20-09-2013 15:05:09.019" end="20-09-2013 15:05:09.019" height="10" animation="0" /> <task start="20-09-2013 15:05:09.019" end="20-09-2013 15:05:09.035" height="10" animation="0" /> <task start="20-09-2013 15:05:09.019" end="20-09-2013 15:05:09.035" height="10" animation="0" /> <task start="20-09-2013 15:05:09.035" end="20-09-2013 15:05:09.051" height="10" animation="0" /> <task start="20-09-2013 15:05:09.035" end="20-09-2013 15:05:09.097" height="10" animation="0" /> <task start="20-09-2013 15:05:09.035" end="20-09-2013 15:05:09.565" height="10" animation="0" /> <task start="20-09-2013 15:05:09.035" end="20-09-2013 15:05:09.035" height="10" animation="0" /> <task start="20-09-2013 15:05:09.035" end="20-09-2013 15:05:09.051" height="10" animation="0" /> <task start="20-09-2013 15:05:09.035" end="20-09-2013 15:05:09.051" height="10" animation="0" /> <task start="20-09-2013 15:05:09.035" end="20-09-2013 15:05:09.051" height="10" animation="0" /> <task start="20-09-2013 15:05:09.035" end="20-09-2013 15:05:09.051" height="10" animation="0" /> <task start="20-09-2013 15:05:09.035" end="20-09-2013 15:05:09.051" height="10" animation="0" /> <task start="20-09-2013 15:05:09.051" end="20-09-2013 15:05:09.066" height="10" animation="0" /> <task start="20-09-2013 15:05:09.066" end="20-09-2013 15:05:09.097" height="10" animation="0" /> <task start="20-09-2013 15:05:09.175" end="20-09-2013 15:05:09.207" height="10" animation="0" /> <task start="20-09-2013 15:05:09.175" end="20-09-2013 15:05:09.207" height="10" animation="0" /> <task start="20-09-2013 15:05:09.175" end="20-09-2013 15:05:11.047" height="10" animation="0" /> <task start="20-09-2013 15:05:09.175" end="20-09-2013 15:05:09.456" height="10" animation="0" /> <task start="20-09-2013 15:05:09.175" end="20-09-2013 15:05:09.191" height="10" animation="0" /> <task start="20-09-2013 15:05:09.175" end="20-09-2013 15:05:10.221" height="10" animation="0" /> <task start="20-09-2013 15:05:09.175" end="20-09-2013 15:05:13.544" height="10" animation="0" /> <task start="20-09-2013 15:05:09.191" end="20-09-2013 15:05:12.202" height="10" animation="0" /> <task start="20-09-2013 15:05:09.207" end="20-09-2013 15:05:12.264" height="10" animation="0" /> <task start="20-09-2013 15:05:09.207" end="20-09-2013 15:05:09.456" height="10" animation="0" /> <task start="20-09-2013 15:05:09.456" end="20-09-2013 15:05:09.581" height="10" animation="0" /> <task start="20-09-2013 15:05:09.456" end="20-09-2013 15:05:09.690" height="10" animation="0" /> <task start="20-09-2013 15:05:09.565" end="20-09-2013 15:05:09.581" height="10" animation="0" /> <task start="20-09-2013 15:05:09.581" end="20-09-2013 15:05:09.581" height="10" animation="0" /> <task start="20-09-2013 15:05:09.581" end="20-09-2013 15:05:09.581" height="10" animation="0" /> <task start="20-09-2013 15:05:09.581" end="20-09-2013 15:05:09.581" height="10" animation="0" /> <task start="20-09-2013 15:05:09.581" end="20-09-2013 15:05:09.581" height="10" animation="0" /> <task start="20-09-2013 15:05:09.581" end="20-09-2013 15:05:09.597" height="10" animation="0" /> <task start="20-09-2013 15:05:09.581" end="20-09-2013 15:05:09.597" height="10" animation="0" /> <task start="20-09-2013 15:05:10.299" end="20-09-2013 15:05:10.314" height="10" animation="0" /> <task start="20-09-2013 15:05:10.314" end="20-09-2013 15:05:10.330" height="10" animation="0" /> <task start="20-09-2013 15:05:10.345" end="20-09-2013 15:05:10.564" height="10" animation="0" /> <task start="20-09-2013 15:05:10.361" end="20-09-2013 15:05:10.361" height="10" animation="0" /> <task start="20-09-2013 15:05:10.408" end="20-09-2013 15:05:10.548" height="10" animation="0" /> <task start="20-09-2013 15:05:10.408" end="20-09-2013 15:05:10.548" height="10" animation="0" /> <task start="20-09-2013 15:05:10.408" end="20-09-2013 15:05:10.548" height="10" animation="0" /> <task start="20-09-2013 15:05:10.548" end="20-09-2013 15:05:10.564" height="10" animation="0" /> <task start="20-09-2013 15:05:10.548" end="20-09-2013 15:05:10.564" height="10" animation="0" /> <task start="20-09-2013 15:05:10.564" end="20-09-2013 15:05:10.579" height="10" animation="0" /> <task start="20-09-2013 15:05:10.564" end="20-09-2013 15:05:10.579" height="10" animation="0" /> <task start="20-09-2013 15:05:10.564" end="20-09-2013 15:05:10.579" height="10" animation="0" /> <task start="20-09-2013 15:05:10.564" end="20-09-2013 15:05:10.579" height="10" animation="0" /> <task start="20-09-2013 15:05:10.579" end="20-09-2013 15:05:10.642" height="10" animation="0" /> <task start="20-09-2013 15:05:10.579" end="20-09-2013 15:05:10.595" height="10" animation="0" /> <task start="20-09-2013 15:05:10.579" end="20-09-2013 15:05:10.595" height="10" animation="0" /> <task start="20-09-2013 15:05:10.579" end="20-09-2013 15:05:10.595" height="10" animation="0" /> <task start="20-09-2013 15:05:10.595" end="20-09-2013 15:05:10.642" height="10" animation="0" /> <task start="20-09-2013 15:05:10.595" end="20-09-2013 15:05:10.657" height="10" animation="0" /> <task start="20-09-2013 15:05:10.595" end="20-09-2013 15:05:10.611" height="10" animation="0" /> <task start="20-09-2013 15:05:10.611" end="20-09-2013 15:05:10.611" height="10" animation="0" /> <task start="20-09-2013 15:05:10.611" end="20-09-2013 15:05:10.626" height="10" animation="0" /> <task start="20-09-2013 15:05:10.626" end="20-09-2013 15:05:10.642" height="10" animation="0" /> <task start="20-09-2013 15:05:10.642" end="20-09-2013 15:05:10.642" height="10" animation="0" /> <task start="20-09-2013 15:05:10.642" end="20-09-2013 15:05:10.657" height="10" animation="0" /> <task start="20-09-2013 15:05:10.642" end="20-09-2013 15:05:10.657" height="10" animation="0" /> <task start="20-09-2013 15:05:10.642" end="20-09-2013 15:05:10.673" height="10" animation="0" /> <task start="20-09-2013 15:05:10.657" end="20-09-2013 15:05:10.673" height="10" animation="0" /> <task start="20-09-2013 15:05:10.657" end="20-09-2013 15:05:10.673" height="10" animation="0" /> <task start="20-09-2013 15:05:10.657" end="20-09-2013 15:05:10.673" height="10" animation="0" /> <task start="20-09-2013 15:05:10.673" end="20-09-2013 15:05:10.673" height="10" animation="0" /> <task start="20-09-2013 15:05:10.673" end="20-09-2013 15:05:10.673" height="10" animation="0" /> <task start="20-09-2013 15:05:10.673" end="20-09-2013 15:05:10.689" height="10" animation="0" /> <task start="20-09-2013 15:05:10.673" end="20-09-2013 15:05:10.689" height="10" animation="0" /> <task start="20-09-2013 15:05:10.673" end="20-09-2013 15:05:10.689" height="10" animation="0" /> <task start="20-09-2013 15:05:10.673" end="20-09-2013 15:05:10.689" height="10" animation="0" /> <task start="20-09-2013 15:05:10.689" end="20-09-2013 15:05:10.689" height="10" animation="0" /> <task start="20-09-2013 15:05:10.689" end="20-09-2013 15:05:10.689" height="10" animation="0" /> <task start="20-09-2013 15:05:10.689" end="20-09-2013 15:05:10.704" height="10" animation="0" /> <task start="20-09-2013 15:05:12.358" end="20-09-2013 15:05:12.374" height="10" animation="0" /> <task start="20-09-2013 15:05:12.358" end="20-09-2013 15:05:12.374" height="10" animation="0" /> <task start="20-09-2013 15:05:12.358" end="20-09-2013 15:05:12.374" height="10" animation="0" /> <task start="20-09-2013 15:05:12.358" end="20-09-2013 15:05:12.374" height="10" animation="0" /> <task start="20-09-2013 15:05:12.358" end="20-09-2013 15:05:12.374" height="10" animation="0" /> <task start="20-09-2013 15:05:12.545" end="20-09-2013 15:05:12.561" height="10" animation="0" /> <task start="20-09-2013 15:05:12.608" end="20-09-2013 15:05:12.623" height="10" animation="0" /> <task start="20-09-2013 15:05:13.544" end="20-09-2013 15:05:13.559" height="10" animation="0" /> <task start="20-09-2013 15:05:25.089" end="20-09-2013 15:05:25.104" height="10" animation="0" /> <task start="20-09-2013 15:05:25.104" end="20-09-2013 15:05:25.104" height="10" animation="0" /> <task start="20-09-2013 15:05:25.104" end="20-09-2013 15:05:25.791" height="10" animation="0" /> <task start="20-09-2013 15:05:25.791" end="20-09-2013 15:05:25.806" height="10" animation="0" /> <task start="20-09-2013 15:05:25.744" end="20-09-2013 15:05:25.806" height="10" animation="0" /> <task start="20-09-2013 15:05:25.744" end="20-09-2013 15:05:25.853" height="10" animation="0" /> <task start="20-09-2013 15:05:25.744" end="20-09-2013 15:05:25.806" height="10" animation="0" /> <task start="20-09-2013 15:05:25.744" end="20-09-2013 15:05:25.806" height="10" animation="0" /> <task start="20-09-2013 15:05:25.791" end="20-09-2013 15:05:25.806" height="10" animation="0" /> <task start="20-09-2013 15:05:25.853" end="20-09-2013 15:05:25.884" height="10" animation="0" /> <task start="20-09-2013 15:05:25.869" end="20-09-2013 15:05:25.900" height="10" animation="0" /> <task start="20-09-2013 15:05:25.869" end="20-09-2013 15:05:25.900" height="10" animation="0" /> <task start="20-09-2013 15:05:25.869" end="20-09-2013 15:05:25.916" height="10" animation="0" /> <task start="20-09-2013 15:05:25.869" end="20-09-2013 15:05:25.900" height="10" animation="0" /> <task start="20-09-2013 15:05:25.869" end="20-09-2013 15:05:25.900" height="10" animation="0" /> <task start="20-09-2013 15:05:25.869" end="20-09-2013 15:05:26.009" height="10" animation="0" /> <task start="20-09-2013 15:05:25.869" end="20-09-2013 15:05:29.145" height="10" animation="0" /> <task start="20-09-2013 15:05:25.884" end="20-09-2013 15:05:25.916" height="10" animation="0" /> <task start="20-09-2013 15:05:25.900" end="20-09-2013 15:05:25.916" height="10" animation="0" /> <task start="20-09-2013 15:05:25.900" end="20-09-2013 15:05:28.911" height="10" animation="0" /> <task start="20-09-2013 15:05:25.900" end="20-09-2013 15:05:25.916" height="10" animation="0" /> <task start="20-09-2013 15:05:25.900" end="20-09-2013 15:05:25.916" height="10" animation="0" /> <task start="20-09-2013 15:05:25.916" end="20-09-2013 15:05:25.916" height="10" animation="0" /> <task start="20-09-2013 15:05:25.916" end="20-09-2013 15:05:25.931" height="10" animation="0" /> <task start="20-09-2013 15:05:25.916" end="20-09-2013 15:05:25.931" height="10" animation="0" /> <task start="20-09-2013 15:05:25.916" end="20-09-2013 15:05:25.931" height="10" animation="0" /> <task start="20-09-2013 15:05:25.916" end="20-09-2013 15:05:25.931" height="10" animation="0" /> <task start="20-09-2013 15:05:25.916" end="20-09-2013 15:05:25.931" height="10" animation="0" /> <task start="20-09-2013 15:05:25.931" end="20-09-2013 15:05:25.931" height="10" animation="0" /> <task start="20-09-2013 15:05:26.040" end="20-09-2013 15:05:26.056" height="10" animation="0" /> <task start="20-09-2013 15:05:26.040" end="20-09-2013 15:05:26.056" height="10" animation="0" /> <task start="20-09-2013 15:05:26.040" end="20-09-2013 15:05:26.087" height="10" animation="0" /> <task start="20-09-2013 15:05:26.040" end="20-09-2013 15:05:26.150" height="10" animation="0" /> <task start="20-09-2013 15:05:26.040" end="20-09-2013 15:05:26.072" height="10" animation="0" /> <task start="20-09-2013 15:05:26.040" end="20-09-2013 15:05:26.072" height="10" animation="0" /> <task start="20-09-2013 15:05:26.056" end="20-09-2013 15:05:26.087" height="10" animation="0" /> <task start="20-09-2013 15:05:26.056" end="20-09-2013 15:05:26.072" height="10" animation="0" /> <task start="20-09-2013 15:05:26.072" end="20-09-2013 15:05:26.087" height="10" animation="0" /> <task start="20-09-2013 15:05:26.072" end="20-09-2013 15:05:26.087" height="10" animation="0" /> <task start="20-09-2013 15:05:26.072" end="20-09-2013 15:05:26.087" height="10" animation="0" /> <task start="20-09-2013 15:05:26.087" end="20-09-2013 15:05:26.087" height="10" animation="0" /> <task start="20-09-2013 15:05:26.087" end="20-09-2013 15:05:26.087" height="10" animation="0" /> <task start="20-09-2013 15:05:26.087" end="20-09-2013 15:05:26.103" height="10" animation="0" /> <task start="20-09-2013 15:05:26.087" end="20-09-2013 15:05:26.103" height="10" animation="0" /> <task start="20-09-2013 15:05:29.145" end="20-09-2013 15:05:29.317" height="10" animation="0" /> <task start="20-09-2013 15:05:29.145" end="20-09-2013 15:05:29.145" height="10" animation="0" /> <task start="20-09-2013 15:05:29.145" end="20-09-2013 15:05:29.161" height="10" animation="0" /> <task start="20-09-2013 15:05:29.145" end="20-09-2013 15:05:29.161" height="10" animation="0" /> <task start="20-09-2013 15:05:29.145" end="20-09-2013 15:05:29.161" height="10" animation="0" /> <task start="20-09-2013 15:05:29.145" end="20-09-2013 15:05:29.161" height="10" animation="0" /> <task start="20-09-2013 15:05:29.145" end="20-09-2013 15:05:29.161" height="10" animation="0" /> <task start="20-09-2013 15:05:29.145" end="20-09-2013 15:05:29.161" height="10" animation="0" /> <task start="20-09-2013 15:05:29.145" end="20-09-2013 15:05:29.161" height="10" animation="0" /> <task start="20-09-2013 15:05:29.161" end="20-09-2013 15:05:29.161" height="10" animation="0" /> <task start="20-09-2013 15:05:29.161" end="20-09-2013 15:05:29.161" height="10" animation="0" /> <task start="20-09-2013 15:05:29.161" end="20-09-2013 15:05:29.161" height="10" animation="0" /> <task start="20-09-2013 15:05:29.176" end="20-09-2013 15:05:29.317" height="10" animation="0" /> <task start="20-09-2013 15:05:29.239" end="20-09-2013 15:05:29.254" height="10" animation="0" /> <task start="20-09-2013 15:05:29.270" end="20-09-2013 15:05:29.285" height="10" animation="0" /> <task start="20-09-2013 15:05:29.285" end="20-09-2013 15:05:29.285" height="10" animation="0" /> <task start="20-09-2013 15:05:29.285" end="20-09-2013 15:05:29.301" height="10" animation="0" /> <task start="20-09-2013 15:05:29.301" end="20-09-2013 15:05:29.317" height="10" animation="0" /> <task start="20-09-2013 15:05:29.317" end="20-09-2013 15:05:29.332" height="10" animation="0" /> <task start="20-09-2013 15:05:29.317" end="20-09-2013 15:05:29.426" height="10" animation="0" /> <task start="20-09-2013 15:05:29.426" end="20-09-2013 15:05:29.473" height="10" animation="0" /> <task start="20-09-2013 15:05:29.441" end="20-09-2013 15:05:29.488" height="10" animation="0" /> <task start="20-09-2013 15:05:29.441" end="20-09-2013 15:05:29.566" height="10" animation="0" /> <task start="20-09-2013 15:05:29.441" end="20-09-2013 15:05:29.551" height="10" animation="0" /> <task start="20-09-2013 15:05:29.441" end="20-09-2013 15:05:29.660" height="10" animation="0" /> <task start="20-09-2013 15:05:29.535" end="20-09-2013 15:05:29.551" height="10" animation="0" /> <task start="20-09-2013 15:05:29.535" end="20-09-2013 15:05:29.566" height="10" animation="0" /> <task start="20-09-2013 15:05:29.551" end="20-09-2013 15:05:29.566" height="10" animation="0" /> <task start="20-09-2013 15:05:29.551" end="20-09-2013 15:05:29.675" height="10" animation="0" /> <task start="20-09-2013 15:05:29.566" end="20-09-2013 15:05:29.644" height="10" animation="0" /> <task start="20-09-2013 15:05:29.566" end="20-09-2013 15:05:29.675" height="10" animation="0" /> <task start="20-09-2013 15:05:29.675" end="20-09-2013 15:05:29.738" height="10" animation="0" /> <task start="20-09-2013 15:05:29.675" end="20-09-2013 15:05:29.707" height="10" animation="0" /> <task start="20-09-2013 15:05:29.675" end="20-09-2013 15:05:29.691" height="10" animation="0" /> <task start="20-09-2013 15:05:29.675" end="20-09-2013 15:05:29.707" height="10" animation="0" /> <task start="20-09-2013 15:05:29.675" end="20-09-2013 15:05:29.738" height="10" animation="0" /> <task start="20-09-2013 15:05:29.753" end="20-09-2013 15:05:29.785" height="10" animation="0" /> <task start="20-09-2013 15:05:29.753" end="20-09-2013 15:05:29.800" height="10" animation="0" /> <task start="20-09-2013 15:05:29.753" end="20-09-2013 15:05:29.800" height="10" animation="0" /> <task start="20-09-2013 15:05:29.753" end="20-09-2013 15:05:29.800" height="10" animation="0" /> <task start="20-09-2013 15:05:29.753" end="20-09-2013 15:05:29.831" height="10" animation="0" /> <task start="20-09-2013 15:05:29.753" end="20-09-2013 15:05:29.831" height="10" animation="0" /> <task start="20-09-2013 15:05:29.800" end="20-09-2013 15:05:29.909" height="10" animation="0" /> <task start="20-09-2013 15:05:29.800" end="20-09-2013 15:05:29.847" height="10" animation="0" /> <task start="20-09-2013 15:05:29.831" end="20-09-2013 15:05:29.909" height="10" animation="0" /> <task start="20-09-2013 15:05:29.831" end="20-09-2013 15:05:29.878" height="10" animation="0" /> <task start="20-09-2013 15:05:29.831" end="20-09-2013 15:05:29.863" height="10" animation="0" /> <task start="20-09-2013 15:05:29.941" end="20-09-2013 15:05:30.003" height="10" animation="0" /> <task start="20-09-2013 15:05:29.941" end="20-09-2013 15:05:29.972" height="10" animation="0" /> <task start="20-09-2013 15:05:29.972" end="20-09-2013 15:05:29.987" height="10" animation="0" /> <task start="20-09-2013 15:05:30.128" end="20-09-2013 15:05:30.237" height="10" animation="0" /> <task start="20-09-2013 15:05:30.159" end="20-09-2013 15:05:30.268" height="10" animation="0" /> <task start="20-09-2013 15:05:30.159" end="20-09-2013 15:05:30.175" height="10" animation="0" /> <task start="20-09-2013 15:05:30.409" end="20-09-2013 15:05:30.440" height="10" animation="0" /> <task start="20-09-2013 15:05:37.226" end="20-09-2013 15:05:37.804" height="10" animation="0" /> <task start="20-09-2013 15:05:37.991" end="20-09-2013 15:05:38.100" height="10" animation="0" /> <task start="20-09-2013 15:05:37.991" end="20-09-2013 15:05:38.069" height="10" animation="0" /> <task start="20-09-2013 15:05:37.991" end="20-09-2013 15:05:38.007" height="10" animation="0" /> <task start="20-09-2013 15:05:37.991" end="20-09-2013 15:05:38.007" height="10" animation="0" /> <task start="20-09-2013 15:05:37.991" end="20-09-2013 15:05:38.007" height="10" animation="0" /> <task start="20-09-2013 15:05:38.007" end="20-09-2013 15:05:38.022" height="10" animation="0" /> <task start="20-09-2013 15:05:38.053" end="20-09-2013 15:05:38.085" height="10" animation="0" /> <task start="20-09-2013 15:05:38.147" end="20-09-2013 15:05:38.178" height="10" animation="0" /> <task start="20-09-2013 15:05:38.147" end="20-09-2013 15:05:38.178" height="10" animation="0" /> <task start="20-09-2013 15:05:38.147" end="20-09-2013 15:05:38.178" height="10" animation="0" /> <task start="20-09-2013 15:05:38.147" end="20-09-2013 15:05:38.319" height="10" animation="0" /> <task start="20-09-2013 15:05:38.147" end="20-09-2013 15:05:38.178" height="10" animation="0" /> <task start="20-09-2013 15:05:38.147" end="20-09-2013 15:05:38.178" height="10" animation="0" /> <task start="20-09-2013 15:05:38.147" end="20-09-2013 15:05:38.178" height="10" animation="0" /> <task start="20-09-2013 15:05:38.147" end="20-09-2013 15:05:38.178" height="10" animation="0" /> <task start="20-09-2013 15:05:38.178" end="20-09-2013 15:05:38.209" height="10" animation="0" /> <task start="20-09-2013 15:05:38.256" end="20-09-2013 15:05:38.319" height="10" animation="0" /> <task start="20-09-2013 15:05:38.256" end="20-09-2013 15:05:38.319" height="10" animation="0" /> <task start="20-09-2013 15:05:38.256" end="20-09-2013 15:05:38.319" height="10" animation="0" /> <task start="20-09-2013 15:05:38.256" end="20-09-2013 15:05:38.334" height="10" animation="0" /> <task start="20-09-2013 15:05:38.256" end="20-09-2013 15:05:38.365" height="10" animation="0" /> <task start="20-09-2013 15:05:38.256" end="20-09-2013 15:05:38.319" height="10" animation="0" /> <task start="20-09-2013 15:05:38.319" end="20-09-2013 15:05:38.350" height="10" animation="0" /> <task start="20-09-2013 15:05:38.334" end="20-09-2013 15:05:38.537" height="10" animation="0" /> <task start="20-09-2013 15:05:38.334" end="20-09-2013 15:05:38.381" height="10" animation="0" /> <task start="20-09-2013 15:05:38.334" end="20-09-2013 15:05:38.350" height="10" animation="0" /> <task start="20-09-2013 15:05:38.365" end="20-09-2013 15:05:38.397" height="10" animation="0" /> <task start="20-09-2013 15:05:38.365" end="20-09-2013 15:05:38.412" height="10" animation="0" /> <task start="20-09-2013 15:05:38.412" end="20-09-2013 15:05:38.443" height="10" animation="0" /> <task start="20-09-2013 15:05:38.490" end="20-09-2013 15:05:38.506" height="10" animation="0" /> <task start="20-09-2013 15:05:38.490" end="20-09-2013 15:05:38.537" height="10" animation="0" /> <task start="20-09-2013 15:05:38.490" end="20-09-2013 15:05:38.537" height="10" animation="0" /> <task start="20-09-2013 15:05:38.506" end="20-09-2013 15:05:38.927" height="10" animation="0" /> <task start="20-09-2013 15:05:38.506" end="20-09-2013 15:05:38.537" height="10" animation="0" /> <task start="20-09-2013 15:05:38.506" end="20-09-2013 15:05:38.537" height="10" animation="0" /> <task start="20-09-2013 15:05:38.553" end="20-09-2013 15:05:38.553" height="10" animation="0" /> <task start="20-09-2013 15:05:38.553" end="20-09-2013 15:05:38.568" height="10" animation="0" /> <task start="20-09-2013 15:05:38.553" end="20-09-2013 15:05:38.568" height="10" animation="0" /> <task start="20-09-2013 15:05:38.553" end="20-09-2013 15:05:38.568" height="10" animation="0" /> <task start="20-09-2013 15:05:38.787" end="20-09-2013 15:05:38.849" height="10" animation="0" /> <task start="20-09-2013 15:05:38.787" end="20-09-2013 15:05:38.818" height="10" animation="0" /> <task start="20-09-2013 15:05:38.787" end="20-09-2013 15:05:39.021" height="10" animation="0" /> <task start="20-09-2013 15:05:38.787" end="20-09-2013 15:05:38.818" height="10" animation="0" /> <task start="20-09-2013 15:05:38.787" end="20-09-2013 15:05:38.818" height="10" animation="0" /> <task start="20-09-2013 15:05:38.787" end="20-09-2013 15:05:38.927" height="10" animation="0" /> <task start="20-09-2013 15:05:38.787" end="20-09-2013 15:05:38.865" height="10" animation="0" /> <task start="20-09-2013 15:05:38.818" end="20-09-2013 15:05:38.833" height="10" animation="0" /> <task start="20-09-2013 15:05:38.818" end="20-09-2013 15:05:39.083" height="10" animation="0" /> <task start="20-09-2013 15:05:38.818" end="20-09-2013 15:05:39.145" height="10" animation="0" /> <task start="20-09-2013 15:05:38.833" end="20-09-2013 15:05:38.974" height="10" animation="0" /> <task start="20-09-2013 15:05:38.849" end="20-09-2013 15:05:38.865" height="10" animation="0" /> <task start="20-09-2013 15:05:38.865" end="20-09-2013 15:05:38.865" height="10" animation="0" /> <task start="20-09-2013 15:05:38.865" end="20-09-2013 15:05:38.927" height="10" animation="0" /> <task start="20-09-2013 15:05:38.943" end="20-09-2013 15:05:38.943" height="10" animation="0" /> <task start="20-09-2013 15:05:38.943" end="20-09-2013 15:05:38.974" height="10" animation="0" /> <task start="20-09-2013 15:05:38.974" end="20-09-2013 15:05:39.005" height="10" animation="0" /> <task start="20-09-2013 15:05:38.974" end="20-09-2013 15:05:39.005" height="10" animation="0" /> <task start="20-09-2013 15:05:39.021" end="20-09-2013 15:05:39.067" height="10" animation="0" /> <task start="20-09-2013 15:05:39.021" end="20-09-2013 15:05:39.145" height="10" animation="0" /> <task start="20-09-2013 15:05:39.067" end="20-09-2013 15:05:39.099" height="10" animation="0" /> <task start="20-09-2013 15:05:39.099" end="20-09-2013 15:05:39.177" height="10" animation="0" /> <task start="20-09-2013 15:05:39.099" end="20-09-2013 15:05:39.192" height="10" animation="0" /> <task start="20-09-2013 15:05:39.145" end="20-09-2013 15:05:39.192" height="10" animation="0" /> <task start="20-09-2013 15:05:39.145" end="20-09-2013 15:05:39.177" height="10" animation="0" /> <task start="20-09-2013 15:05:39.598" end="20-09-2013 15:05:39.801" height="10" animation="0" /> <task start="20-09-2013 15:05:41.517" end="20-09-2013 15:05:41.532" height="10" animation="0" /> <task start="20-09-2013 15:05:41.517" end="20-09-2013 15:05:41.626" height="10" animation="0" /> <task start="20-09-2013 15:05:41.532" end="20-09-2013 15:05:41.829" height="10" animation="0" /> <task start="20-09-2013 15:05:41.595" end="20-09-2013 15:05:41.813" height="10" animation="0" /> <task start="20-09-2013 15:05:43.888" end="20-09-2013 15:05:43.919" height="10" animation="0" /> <task start="20-09-2013 15:05:43.919" end="20-09-2013 15:05:43.951" height="10" animation="0" /> <task start="20-09-2013 15:05:44.013" end="20-09-2013 15:05:44.029" height="10" animation="0" /> <task start="20-09-2013 15:05:44.013" end="20-09-2013 15:05:44.029" height="10" animation="0" /> <task start="20-09-2013 15:05:44.138" end="20-09-2013 15:05:44.138" height="10" animation="0" /> <task start="20-09-2013 15:05:44.138" end="20-09-2013 15:05:44.153" height="10" animation="0" /> <task start="20-09-2013 15:05:44.138" end="20-09-2013 15:05:44.153" height="10" animation="0" /> <task start="20-09-2013 15:05:44.138" end="20-09-2013 15:05:44.153" height="10" animation="0" /> <task start="20-09-2013 15:05:44.138" end="20-09-2013 15:05:44.153" height="10" animation="0" /> <task start="20-09-2013 15:05:44.294" end="20-09-2013 15:05:44.309" height="10" animation="0" /> <task start="20-09-2013 15:05:44.294" end="20-09-2013 15:05:44.309" height="10" animation="0" /> <task start="20-09-2013 15:05:44.294" end="20-09-2013 15:05:44.309" height="10" animation="0" /> <task start="20-09-2013 15:05:44.294" end="20-09-2013 15:05:44.309" height="10" animation="0" /> <task start="20-09-2013 15:05:44.294" end="20-09-2013 15:05:44.309" height="10" animation="0" /> <task start="20-09-2013 15:05:44.294" end="20-09-2013 15:05:44.309" height="10" animation="0" /> <task start="20-09-2013 15:05:44.294" end="20-09-2013 15:05:44.309" height="10" animation="0" /> <task start="20-09-2013 15:05:44.465" end="20-09-2013 15:05:44.481" height="10" animation="0" /> <task start="20-09-2013 15:05:44.465" end="20-09-2013 15:05:44.481" height="10" animation="0" /> <task start="20-09-2013 15:05:44.465" end="20-09-2013 15:05:44.481" height="10" animation="0" /> <task start="20-09-2013 15:05:44.465" end="20-09-2013 15:05:44.481" height="10" animation="0" /> <task start="20-09-2013 15:05:44.465" end="20-09-2013 15:05:44.481" height="10" animation="0" /> <task start="20-09-2013 15:05:44.575" end="20-09-2013 15:05:44.590" height="10" animation="0" /> <task start="20-09-2013 15:05:44.575" end="20-09-2013 15:05:44.590" height="10" animation="0" /> <task start="20-09-2013 15:05:44.575" end="20-09-2013 15:05:44.590" height="10" animation="0" /> <task start="20-09-2013 15:05:44.575" end="20-09-2013 15:05:44.606" height="10" animation="0" /> <task start="20-09-2013 15:05:44.575" end="20-09-2013 15:05:44.590" height="10" animation="0" /> <task start="20-09-2013 15:05:44.575" end="20-09-2013 15:05:44.606" height="10" animation="0" /> <task start="20-09-2013 15:05:44.575" end="20-09-2013 15:05:44.637" height="10" animation="0" /> <task start="20-09-2013 15:05:44.590" end="20-09-2013 15:05:44.606" height="10" animation="0" /> <task start="20-09-2013 15:05:44.606" end="20-09-2013 15:05:44.606" height="10" animation="0" /> <task start="20-09-2013 15:05:44.606" end="20-09-2013 15:05:44.621" height="10" animation="0" /> <task start="20-09-2013 15:05:44.606" end="20-09-2013 15:05:44.684" height="10" animation="0" /> <task start="20-09-2013 15:05:44.606" end="20-09-2013 15:05:44.684" height="10" animation="0" /> <task start="20-09-2013 15:05:44.621" end="20-09-2013 15:05:44.637" height="10" animation="0" /> <task start="20-09-2013 15:05:44.637" end="20-09-2013 15:05:44.684" height="10" animation="0" /> <task start="20-09-2013 15:05:44.684" end="20-09-2013 15:05:44.700" height="10" animation="0" /> <task start="20-09-2013 15:05:44.684" end="20-09-2013 15:05:44.715" height="10" animation="0" /> <task start="20-09-2013 15:05:44.684" end="20-09-2013 15:05:44.700" height="10" animation="0" /> <task start="20-09-2013 15:05:44.684" end="20-09-2013 15:05:44.700" height="10" animation="0" /> <task start="20-09-2013 15:05:44.684" end="20-09-2013 15:05:44.731" height="10" animation="0" /> <task start="20-09-2013 15:05:45.651" end="20-09-2013 15:05:45.667" height="10" animation="0" /> <task start="20-09-2013 15:05:45.651" end="20-09-2013 15:05:45.745" height="10" animation="0" /> <task start="20-09-2013 15:05:45.651" end="20-09-2013 15:05:45.682" height="10" animation="0" /> <task start="20-09-2013 15:05:45.651" end="20-09-2013 15:05:45.714" height="10" animation="0" /> <task start="20-09-2013 15:05:45.651" end="20-09-2013 15:05:45.682" height="10" animation="0" /> <task start="20-09-2013 15:05:45.667" end="20-09-2013 15:05:45.714" height="10" animation="0" /> <task start="20-09-2013 15:06:02.389" end="20-09-2013 15:07:01.572" height="10" animation="0" /> </tasks> <trendlines> <line start="20/09/2013 15:05:07" displayValue="1" color="51B848" thickness="1" dashed="1" /> <line start="20/09/2013 15:05:24" displayValue="2" color="51B848" thickness="1" dashed="1" /> <line start="20/09/2013 15:05:36" displayValue="3" color="51B848" thickness="1" dashed="1" /> <line start="20/09/2013 15:05:40" displayValue="4" color="51B848" thickness="1" dashed="1" /> <line start="20/09/2013 15:05:55" displayValue="5" color="51B848" thickness="1" dashed="1" /> </trendlines> </chart> I hope you can help me with all these information. best regards, Ghost Share this post Link to post Share on other sites
Guest Rishab Report post Posted November 7, 2013 Hi,At our end no such issue is replicated. With the change in chart dimensions the dimensions of chart elements(tasks,processes) are also altering.To change the process width please alter the value mention in the 'width' attribute of the <processes> element.The attached items are the screenshot of the charts with different dimensions of the chart.If this is not what you are looking for please provide some more details on your issue.Hope this helps. Share this post Link to post Share on other sites
ghost Report post Posted November 13, 2013 (edited) hi Rishab, on your second screenshot -> js.jpg, in the first row, it's empty, that's my issue and normally you have an error like this in the javascript: Error: Invalid negative value for <rect> attribute width="-1" window.Raphael.svg.d._setFillAndStroke window.Raphael.svg.R.attr V window.Raphael.svg.R.attr Ca or this one: Error: Invalid negative value for <rect> attribute width="-1" window.Raphael.svg.d._setFillAndStroke window.Raphael.svg.R.attr Ca Thank you for your help Edited November 13, 2013 by ghost Share this post Link to post Share on other sites
Haritha Report post Posted November 14, 2013 Hi, Thanks for your inputs. I shall look into it and get back to you soon. Share this post Link to post Share on other sites
ghost Report post Posted November 19, 2013 Hi Haritha, do you have some updates ? Thanks for your help, Ghost Share this post Link to post Share on other sites
Haritha Report post Posted November 21, 2013 Hi, Apologies for delay. We would require more time. But will try to get back to you as soon as possible. Share this post Link to post Share on other sites
Haritha Report post Posted November 27, 2013 Hi, This problem has been identified as a bug. Our developers have fixed it internally. The fix shall be made available in the next upcoming release. Share this post Link to post Share on other sites
ghost Report post Posted November 27, 2013 Hi Haritha, thanks for your help and your replies. Do you know when is the next release ? Ghost Share this post Link to post Share on other sites
Guest Sumedh Report post Posted November 28, 2013 Hi Ghost, We are unable to provide any timeline for this. Please drop in a mail at [email protected] Share this post Link to post Share on other sites
Sanjukta Report post Posted June 23, 2014 Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps. Share this post Link to post Share on other sites
Satya Tvv Report post Posted June 16, 2017 I have reduced the width and height as mentioned in the following link still, I am getting error: <rect> attribute width: A negative value is not valid.("-12"), <rect> attribute height: A negative value is not valid ("-4") at a._setFillAndStroke @ fusioncharts.js:474 a._engine.rect @ fusioncharts.js:497. and then after sometime Browser saying Chrome ran out of memory while trying to display the web page. I am using Fusioncharts @version 3.12.0 Could you please help me to resolve this issue... Share this post Link to post Share on other sites
Shrabanee Report post Posted November 24, 2017 Hi, Any update on this issue? I am still seeing it while using. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted November 26, 2017 Hi, Hope you are doing well. Could you share few more insights with us, i.e could you let us know which chart type you are using, also it would be really helpful if you could share us a sample replicating the problem so that we could investigate it at our end. Awaiting for your responses. Share this post Link to post Share on other sites
Shrabanee Report post Posted November 27, 2017 (edited) Hi @Ayan Bhadury So I am trying to use pie chart and stackchart. For both of them only I am getting this error in console. When I am changing the type to bar chart, everything is fine. Edited November 27, 2017 by Shrabanee Share this post Link to post Share on other sites
Shrabanee Report post Posted November 27, 2017 Here is the stack trace of the error: a._setFillAndStroke @ fusioncharts.js:510 a._engine.rect @ fusioncharts.js:536 L.rect @ fusioncharts.js:449 drawLegend @ fusioncharts.js:936 drawLegend @ fusioncharts.js:1042 _updateVisuals @ fusioncharts.js:1038 draw @ fusioncharts.js:1041 k @ fusioncharts.js:1001 q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) q @ fusioncharts.js:39 requestAnimationFrame (async) a.addJob @ fusioncharts.js:40 u.requestAnimFrame @ fusioncharts.js:584 d @ fusioncharts.js:378 Wa.animate @ fusioncharts.js:473 _chartAnimation @ fusioncharts.js:1040 _updateVisuals @ fusioncharts.js:1037 draw @ fusioncharts.js:1041 k @ fusioncharts.js:1001 q @ fusioncharts.js:39 requestAnimationFrame (async) a.addJob @ fusioncharts.js:40 init @ fusioncharts.js:1003 u.createChart @ fusioncharts.js:930 render @ fusioncharts.js:1927 render @ fusioncharts.js:72 (anonymous) @ fusioncharts.js:81 triggerEvent @ fusioncharts.js:45 b.raiseEvent @ fusioncharts.js:45 renderChart @ fusioncharts.js:81 render @ fusioncharts.js:77 Hope this will help. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted November 27, 2017 Hi @Shrabanee Thanks for sharing the information. Please note the data format for pie chart and stackchart so if you are rendering a pie chart, so when changing its chart type to stacked chart based on the same data format is not possible. However, in order to change the chart type dynamically, you could use FusionCharts chartType API method and change its chart type from pie to stack chart, for reference please check the sample fiddle - https://jsfiddle.net/uwmqsaw4/ To know more about chartType API method refer here - https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#chartType Also please note the data format for bar chart and pie chart are same that's why you are able to render the charts on changing its just chart type. Hope this helps. Share this post Link to post Share on other sites
Shrabanee Report post Posted November 27, 2017 (edited) Thanks for the response @Ayan Bhadury I am using required data format for different charts. I am not just changing the type of the charts. I have checked the APIs before using. So there is no issue with that. Since I am rendering the charts dynamically and I was using 'renderAt' , this error was coming. After removing that I am not seeing the error. Edited November 27, 2017 by Shrabanee solved the issue Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted November 27, 2017 Okay, if you are still facing any problem, please share us a sample fiddle or a scale down sample replicating the problem. Share this post Link to post Share on other sites