[jQuery] Re: canvas graph + draggable node and link

2007-05-17 Thread Benjamin Sterling
Ritesh, I started working with a canvas script a few months back with jquery (can't remember the author, but if you do a search for canvas in the group, i am sure you will find it) and the problem was that when the drawing became to complicated it started slowing the browser down drastically. So

[jQuery] Re: canvas graph + draggable node and link

2007-05-17 Thread ashutosh bijoor
You're right. It cannot be used as is, but if you have the patience, you could use the basic class for drawing primitives on canvas which are all there. Check out chart.src.js. What you need is a simpler version of the basic class called Chart defined at the beginning of the file. I could probably

[jQuery] Re: canvas graph + draggable node and link

2007-05-17 Thread bingo
hi Ashutosh, thanks for your reply. I did check jchart. But I wanted something different. I want a blank canvas on which user can create rectangular boxes and join them using links, kind of UML diagram. But I want this boxes to be container so that I can drag and drop div from other places...I th

[jQuery] Re: canvas graph + draggable node and link

2007-05-17 Thread ashutosh bijoor
Hi Ritesh I dont think i've got exactly what you need, but with a bit of work, you may be able to use it. Check out the code at http://www.reach1to1.com/sandbox/jquery/jqchart/ The base library that the chart uses could be used to create what you want. Regards Ashutosh On 5/18/07, bingo <[EMAIL P