I want to be able to overlay an animation centered on my chart while data is loading.
Any suggestions how to do this with FreeChart?
Thanks,
Ted Hill
Overlay animation centered on chart?
Overlay animation centered on chart?
Ted Hill
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: Overlay animation centered on chart?
One suggestion would be to use JXLayer to draw an animation over the chart panel. Check out demo 2 on the JXLayer page:
https://jxlayer.dev.java.net/
Select the "BusyPainter" option, then lock and unlock.
I've actually been meaning to integrate this type of feature into the ChartPanel class, but haven't gotten around to it so far.
https://jxlayer.dev.java.net/
Select the "BusyPainter" option, then lock and unlock.
I've actually been meaning to integrate this type of feature into the ChartPanel class, but haven't gotten around to it so far.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

