Chart looks different when running as WebApp

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
DopeForADay
Posts: 32
Joined: Thu Apr 22, 2004 9:15 am

Chart looks different when running as WebApp

Post by DopeForADay » Fri Aug 13, 2004 12:20 pm

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?

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

Post by david.gilbert » Mon Aug 16, 2004 9:43 pm

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

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

Locked