newbie's question : how can I make organization chart ?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
pawa
Posts: 1
Joined: Mon Jun 02, 2003 4:11 am

newbie's question : how can I make organization chart ?

Post by pawa » Mon Jun 02, 2003 4:20 am

hi everyone :
how can I make organization chart ?
I searched all of OSS tools for charting that is great , but I don't find one can make me feel better. The question is still here, make organization chart.
If there is no good tools for my purpose, can I write one by extends JFreeChart ? How To ?
Thanks for helping !

pawa

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Mon Jun 02, 2003 5:19 pm

I haven't used it, but...

I think for hierarchical and/or network diagrams, you should try out JGraph:

http://jgraph.sourceforge.net/
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

ypwong

Post by ypwong » Mon Jul 14, 2003 3:41 am

Hi David,

How likely are patches for drawing org charts being accepted into JFreeChart? The work here requires us to generate org charts and we think it would be nice to be integrated into JFreeChart.

Anthony

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Jul 15, 2003 11:02 am

I'm happy to take a look at any patches, but I guess I want to avoid extending JFreeChart into what could become a vast area (tree and network diagrams) that is mostly unrelated to charts displaying data values.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked