Hi there,
I wrote a little application to visualize some data and put the whole thing into a jar file. My chart is a combined chart that contains XYItemRederered TimeSeries and ClusteredXYBarRendered data.Now when I exceute the jar file normally, everything is shown as I want it to look like: the bars in the background and the rest 'before' it.
Now, when I start the exact same jar-File as a WebApplication, it's the opposite: the bars are in the foreground and overlay almost all of XYItemRendered Stuff.
What could be the reason for that?
Chart looks different when running as WebApp
-
- Posts: 32
- Joined: Thu Apr 22, 2004 9:15 am
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
My guess is that you are running with two different versions of JFreeChart (perhaps unintentionally). The default ordering changed in a recent release (I don't recall if it was 0.9.20, or a prior release).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

