Som work on MMChart

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

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