I've upgraded to 1.0.5
I noticed that my range label disappeared. Even though I set it using
Code: Select all
JFreeChart chart = ChartFactory.createLineChart(title, "Date", rangeLabel, null, PlotOrientation.VERTICAL, false, true, false);
Code: Select all
CategoryPlot plot = (CategoryPlot) chart.getPlot();
plot.getRangeAxis().setLabel(rangeLabel);