Hello everybody,
Im trying to find some examples for a gantt chart using dojox.charting, but it looks as there is not one single example available...
is there anyone out there who has a complete example, actually the js and html part of it and can post it for me right below this?
thanks in advance
rolarga

We don't have the gantt
We don't have the gantt chart at the moment. It should be easy to write a renderer for it.
I have made a new wrapper for MIT's Similine timeline
It isn't a complete wrapper, since Simile has its own loader for stuff, but it works as a Dijit if you include some extra scripts in the html file using it. It's kind of complicated to use, in a way, since it reads the same kind of custom data as another widgte I've made which wraps a Grid table. You can have a look at it if you want' though.
Cheers,
PS
Where could this be found?
Where could this be found?
Here it is..
http://simile.mit.edu/timeline/
Thanks, I guess I meant the
Thanks, I guess I meant the wrapper, since you said "you can take a look at it."
Thanks,
-C
NP
That was not me, but if you mail me, I can send you the wrapper. I have to clean it up a little bit first, and it's not completely dojfied, since yous till need to load the simile.js file in your main html, but then you have a reusable widget.
My email is psvensson@gmail.com
Cheers,
PS