
Here's how we create our plot:
Code: Select all
NumberAxis yAxis = new NumberAxis("Best score level 1");
yAxis.setNumberFormatOverride(NumberFormat.getInstance(locale));
yAxis.setAutoRangeIncludesZero(false);
XYPlot plot = new XYPlot(null, xAxis, yAxis, null);
Code: Select all
double d1 = -1244000000000000000L;
double d2 = -1243000000000000000L;
double d3 = -1242900000000000000L;
double d4 = -1242763872527472296L;
Using JFreeChart 1.0.19. Downstream issue:
https://issues.jboss.org/browse/PLANNER-503