Using default color for legend
This commit is contained in:
parent
737f8aa4ff
commit
5626d5cb98
@ -58,7 +58,7 @@ public class XLegendPainter extends ChartPainter {
|
|||||||
|
|
||||||
init(g);
|
init(g);
|
||||||
|
|
||||||
g.setColor(Color.black);
|
// g.setColor(Color.black);
|
||||||
Dimension size = p.getSize();
|
Dimension size = p.getSize();
|
||||||
|
|
||||||
//int bars = (int) (size.width / (def.x_unit_width * em_size));
|
//int bars = (int) (size.width / (def.x_unit_width * em_size));
|
||||||
|
Loading…
Reference in New Issue
Block a user