[jQuery] Re: A beautiful diagram

2008-12-31 Thread aquaone
I don't know of anything in jQuery but I'd highly recommend looking into the graphviz tool if you haven't already. It would require some server-side code and a lot of Ajax, especially for zooming... but it may be possible. If you do find some kind of package for this, let me know. I have a persona

[jQuery] Re: A beautiful diagram

2008-12-31 Thread Ricardo Tomasi
raphael js might be of help: raphaeljs.com On Dec 31, 9:39 am, vlain wrote: > Hi to everybody (happy 2009), > > I have to create a diagram (a view from some data). The diagram > includes objects (rectangle, rounded rectangle, ellipse...) and > connection beetween objects (different kind of lines

[jQuery] Re: A beautiful diagram

2009-01-01 Thread Alexandre Plennevaux
wow, that's an amazing library, some demos are really impressive! i like the polar clock for instance: http://raphaeljs.com/polar-clock.html thanks for the link ricardo ! On Wed, Dec 31, 2008 at 10:50 PM, Ricardo Tomasi wrote: > > raphael js might be of help: raphaeljs.com > > On Dec 31, 9:39 a

[jQuery] Re: A beautiful diagram

2009-01-18 Thread vlain
Thanks to all. I used RaphaelJS and I fount it very good.