| Author |
Need a good graph tool
|
G Estes
Ranch Hand
Joined: Oct 22, 2002
Posts: 62
|
|
I am writing a project where a tree is needed on the left side (for navigation purposes) and a graph is needed on the right side (to show more detailed info of the tree selected item and it's decendants. I would prefer something that handles layout management so I don't have to calculate positioning of the graph items. I've started exploring JGraph from SourceForge.net, but it has no built in layouts. If someone can tell me where to find layout modules for JGraph, that would be helpful too. Any suggestions? Thanks, Gil [ September 18, 2003: Message edited by: Gil Estes ]
|
 |
VIJAY Yadlapati
Ranch Hand
Joined: Aug 04, 2003
Posts: 175
|
|
|
JFreeChart can be useful.
|
 |
 |
|
|
subject: Need a good graph tool
|
|
|