|
Graphing Package
Date: 06/08/06
(Javascript Community) Keywords: java
I've been working on a graphing (as in nodes) package in javascript (with ruby on rails plugins)... It uses a lists and placed on top of the canvas. Yup. With absolute positions for the - and a recursive algorithm to calculate the layout. The borders of the nodes and the lines connecting them are drawn on the canvas. I could, if I so desired, draw the nodes as ellipses (which are not normally supported by
|