Search found 12422 matches

Do you have a simple mockup image showing how you'd like the final result with two series to look?
If you could put together a complete test case, this would be a lot faster...
But it's not a valid javascript object: Try typing

Tue Mar 25 00:00:00 UTC 2003

into the Firebug console. All it is, is a series of characters.
And please post a complete example that I can run out of the box. :)
Btw, your data isn't correct JSON. Your date value should be encapsulated in "". { "EndDate" : Tue Mar 25 00:00:00 UTC 2003, // This is not what it should be, it should be something like '2003-03-25' instead "Id" : 65, "IsLeaf" : false, "Name" : &quo...
What reader definition do you use in your task store, to parse those dates?
Could also be a missing include. Are you including the correct gantt CSS includes? (same as in the gantt examples)
Yes, the row misalignment is likely due to a bug related to your DocType. What's your browser and DOCTYPE?
Not sure I can do much about this. Could you post a reproducible test case so that I can look at it closer?
Before you start with the multiple series, let's make sure you have a working gantt chart first. Please post the raw data for both "Design" and "Phase 1". I think your raw data looks weird. IsLeaf is a boolean (true/false) but your value is 'isLeaf'.... Not sure I understand what...