fix axis labels when x2 axis is used
This commit is contained in:
@@ -13,7 +13,7 @@ public class AxisSettings {
|
||||
|
||||
private String label = "";
|
||||
|
||||
private int rotateLabel = 0;
|
||||
private int rotateLabel = 0; // TODO remove rotate label
|
||||
|
||||
private String from;
|
||||
private String to;
|
||||
|
||||
Reference in New Issue
Block a user