Som work on MMChart

This commit is contained in:
7u83 2018-02-12 22:23:36 +01:00
parent e9a89bb816
commit 83b63757bd
2 changed files with 2 additions and 1 deletions

View File

@ -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=

View File

@ -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);