Som work on MMChart
This commit is contained in:
parent
e9a89bb816
commit
83b63757bd
@ -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=true
|
||||||
annotation.processing.enabled.in.editor=false
|
annotation.processing.enabled.in.editor=false
|
||||||
annotation.processing.processors.list=
|
annotation.processing.processors.list=
|
||||||
|
@ -96,6 +96,7 @@ public class YLegendPainter extends OHLCChartPainter {
|
|||||||
g.setColor(Color.RED);
|
g.setColor(Color.RED);
|
||||||
g.drawLine(0, (int) y, em_size/2, (int) y);
|
g.drawLine(0, (int) y, em_size/2, (int) y);
|
||||||
g.setColor(oc);
|
g.setColor(oc);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
y = this.getY(yv);
|
y = this.getY(yv);
|
||||||
|
Loading…
Reference in New Issue
Block a user