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
I have a special request from our customer
-
- Posts: 15
- Joined: Thu Nov 01, 2012 6:41 am
- antibot: No, of course not.
-
- 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
There's nothing built into JFreeChart to do any transition effects. You could investigate some of these suggestions:
http://stackoverflow.com/questions/1142 ... containers
http://stackoverflow.com/questions/1142 ... containers
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- Posts: 15
- Joined: Thu Nov 01, 2012 6:41 am
- antibot: No, of course not.
Re: I have a special request from our customer
Hello David,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
Just wondering how to get the "bar" object from the category plot.
So that I can
Tween.to(bar,..);
Thanks
Jack
Re: I have a special request from our customer
Or you could just tell them this is "chart junk" that they don't need! 
