I have a special request from our customer

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
lucky7456969
Posts: 15
Joined: Thu Nov 01, 2012 6:41 am
antibot: No, of course not.

I have a special request from our customer

Post by lucky7456969 » Mon Aug 12, 2013 11:08 am

When the user enters the frame, displays the chart, the portions of the chart are gradually fly-in, just like powerpoint,
How do I achieve that in JFreeChart?
Thanks
Jack

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

Re: I have a special request from our customer

Post by david.gilbert » Mon Aug 12, 2013 11:36 am

There's nothing built into JFreeChart to do any transition effects. You could investigate some of these suggestions:

http://stackoverflow.com/questions/1142 ... containers
David Gilbert
JFreeChart Project Leader

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

lucky7456969
Posts: 15
Joined: Thu Nov 01, 2012 6:41 am
antibot: No, of course not.

Re: I have a special request from our customer

Post by lucky7456969 » Wed Aug 14, 2013 6:19 am

david.gilbert wrote:There's nothing built into JFreeChart to do any transition effects. You could investigate some of these suggestions:

http://stackoverflow.com/questions/1142 ... containers
Hello David,
Just wondering how to get the "bar" object from the category plot.
So that I can
Tween.to(bar,..);
Thanks
Jack

jahjeremy
Posts: 31
Joined: Tue Sep 25, 2012 2:49 am
antibot: No, of course not.

Re: I have a special request from our customer

Post by jahjeremy » Tue Sep 24, 2013 9:14 pm

Or you could just tell them this is "chart junk" that they don't need! :wink:

Locked