Chart Animation

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
kds_kuldeep
Posts: 4
Joined: Thu Jun 12, 2008 2:01 pm

Chart Animation

Post by kds_kuldeep » Thu Jun 19, 2008 4:35 am

Is it possible to have basic animation while loading the charts like slow loading of bars while showing bar charts etc.

We have used Jfreechart in our application and user are now asking for this.Please help.

Also image output of Jfreecharts are not in very rich colors.Is it possible to have more shades in bar color rather then same color bars.
Websphere Application Server Developer
KK

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

Re: Chart Animation

Post by david.gilbert » Thu Jun 19, 2008 8:38 am

kds_kuldeep wrote:Is it possible to have basic animation while loading the charts like slow loading of bars while showing bar charts etc.

We have used Jfreechart in our application and user are now asking for this.Please help.
There's no flag you can set to have this happen automatically. JFreeChart will dynamically update the chart as the dataset is changed, though, so if you want to feed the dataset values a little at a time, the chart will be animated.
kds_kuldeep wrote:Also image output of Jfreecharts are not in very rich colors.Is it possible to have more shades in bar color rather then same color bars.
Coincidentally, I was experimenting yesterday with some gradient and shadow effects on the bar charts. This is what I have so far:

Image

If all goes well, I'll get this incorporated in the 1.0.11 release (which I'm aiming to make in July).
David Gilbert
JFreeChart Project Leader

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

Locked