views:

68

answers:

1

Hi everyone, I'm looking for a multifaceted Java2D / Swing visualisation library with which I can render different statistics. Specifically, I'm looking for timeline plotting (with a configurable scrolling and compressing timeline and the ability to chart events at certain points along the timeline), line charts, pie charts, and so on, but if you could list the ones that you currently use or recommend, that would be cool, cheers :) Of importance is high-performanceness, and perhaps the ability to connect to existing datasets or event systems such as Esper.

I will continually update this post with what the community post as answers.

+3  A: 

I'm a fan of JFreeChart.

Addendum: There's a page of static examples and comprehensive suite of live demos available via Java Web Start.

trashgod
Looks good, does it have a timeline component? :)
Chris Dennett
Yes, links added above.
trashgod