fix axis labels when x2 axis is used

This commit is contained in:
2020-02-15 08:43:31 +01:00
parent 57d016245c
commit a1c6dd06a3
5 changed files with 28 additions and 36 deletions

View File

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