TreeMap chart type in JFreeChart

Discussion about JFreeChart related to stockmarket charts.
Locked
kontiky
Posts: 7
Joined: Wed Oct 19, 2005 11:08 am

TreeMap chart type in JFreeChart

Post by kontiky » Wed Oct 19, 2005 11:22 am

Hello!
For now exists new interesting chart type - TreeMap.
It is the most interesting for representing market data (look example here http://www.smartmoney.com/marketmap/?nav=hp_marketmap).
Whether there are plans to add TreeMap charts to JFreeChart?

It is not so hard, because here http://treemap.sourceforge.net/
exists free and open source library implementing TreeMaps. Unfortunately, this library not supporting for a long time.

You can read more about this chart type here
http://www.cs.umd.edu/hcil/treemap-history/

Thanks,
Andrew

Jense
Posts: 3
Joined: Fri Oct 28, 2005 5:00 pm

Post by Jense » Fri Feb 03, 2006 12:13 pm

There is a another open source project here :
http://jtreemap.sourceforge.net

I don't know if the code can be integrate into jFreeChart, but there is no problem to do so...

benoitx
Posts: 40
Joined: Fri Apr 11, 2003 5:29 pm
Location: London, yes England (where else?)
Contact:

Treemap in jfreechart

Post by benoitx » Fri Mar 10, 2006 7:45 pm

Well,

It would be very nice to integrate the capabilities of jTreeMap in jFreechart... One of the main features of a jTreeMap is the user interaction, the ability to drill down and zoom to some part of the map. It is powerful stuff.

Benoit

Locked