JFreeChart LayeredBarRenderer

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
candinho85
Posts: 2
Joined: Fri Oct 30, 2009 6:36 pm
antibot: No, of course not.

JFreeChart LayeredBarRenderer

Post by candinho85 » Fri Oct 30, 2009 7:41 pm

Hi, I am having a problem with JFreeChart.
I am trying to make overflow bar charts with subtitles and without, using the LayeredBarRenderer.

Creating with subtitles:

http://img442.imageshack.us/img442/2742/withlegend.jpg

And without:

http://img97.imageshack.us/img97/5038/nolegend.jpg

The sequence of the series' colors changes depending on the existance of a subtitle. That's the correct behaviour?

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

Re: JFreeChart LayeredBarRenderer

Post by david.gilbert » Tue Nov 03, 2009 7:19 am

That's a bug (thanks for reporting it), and I've committed a fix to Subversion for inclusion in the 1.0.14 release.
David Gilbert
JFreeChart Project Leader

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

Locked