Search found 7 matches

by Juggle4Evr
Wed Feb 15, 2012 3:11 pm
Forum: JFreeChart
Topic: Category bar chart with 2 axis...
Replies: 5
Views: 4331

Re: Category bar chart with 2 axis...

Oh, in the meantime I added a bug tracker entry with a little demo:
https://sourceforge.net/tracker/?func=d ... tid=115494
by Juggle4Evr
Wed Feb 15, 2012 2:50 pm
Forum: JFreeChart
Topic: Category bar chart with 2 axis...
Replies: 5
Views: 4331

Re: Category bar chart with 2 axis...

I'm not sure this is really a bug. Could also be caused by the concept how data is organized to display the chart. Main cause I think is that axis are mapped to datasets and not to series.
by Juggle4Evr
Wed Feb 15, 2012 9:28 am
Forum: JFreeChart
Topic: Category bar chart with 2 axis...
Replies: 5
Views: 4331

Category bar chart with 2 axis...

Hi, for a very long time I have a problem with bar charts. I always worked around it but now I'm sick of it and looking for a better solution. The category bar chart I have has one domain axis and 2 range axis. There are two datasets, each with several series of data. Each dataset is mapped to one r...
by Juggle4Evr
Mon Aug 07, 2006 2:22 pm
Forum: JFreeChart
Topic: Problem: Overlapping in Bar Chart when multiple datasets
Replies: 9
Views: 11785

Re: overlapping labels in dual axis

The way I got around this problem was to use null data sets. For example Yeah, that's the same workaround we used, but as we have more and more datasets and series and axis' and now we want to have an overlaying line chart everything gets very complicated with this workaround; I would prefer to hav...
by Juggle4Evr
Tue Aug 01, 2006 3:21 pm
Forum: JFreeChart
Topic: Problem: Overlapping in Bar Chart when multiple datasets
Replies: 9
Views: 11785

Any new insights for this problem?
by Juggle4Evr
Wed Jul 05, 2006 2:23 pm
Forum: JFreeChart
Topic: Problem: Overlapping in Bar Chart when multiple datasets
Replies: 9
Views: 11785

Here is a modified DualAxis Demo which shows the effect: import java.awt.Color; import javax.swing.JPanel; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; import org.jfree.chart.axis.AxisLocation; import org.jfree.chart.axis.CategoryAxis; im...
by Juggle4Evr
Wed Jul 05, 2006 11:35 am
Forum: JFreeChart
Topic: Problem: Overlapping in Bar Chart when multiple datasets
Replies: 9
Views: 11785

Problem: Overlapping in Bar Chart when multiple datasets

Hi, I have a severe problem: I'm creating a Category Chart (Bar Chart) and I'm using several datasets each with its own axis (there are also multiple series in each dataset). Problem is: I have to display all data as bars and the bars of one dataset overlap the bars of the other. But I need this mul...