diff --git a/nbproject/project.properties b/nbproject/project.properties index cb0a9d4..219988d 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,4 +1,4 @@ -#Tue, 23 Jan 2018 01:36:03 +0100 +#Sat, 27 Jan 2018 22:25:12 +0100 annotation.processing.enabled=true annotation.processing.enabled.in.editor=false annotation.processing.processors.list= diff --git a/src/chart/painter/YLegendPainter.java b/src/chart/painter/YLegendPainter.java index c02a820..9bcbcb9 100644 --- a/src/chart/painter/YLegendPainter.java +++ b/src/chart/painter/YLegendPainter.java @@ -96,6 +96,7 @@ public class YLegendPainter extends OHLCChartPainter { g.setColor(Color.RED); g.drawLine(0, (int) y, em_size/2, (int) y); g.setColor(oc); + } y = this.getY(yv);