Skip to content

Commit 95abc45

Browse files
committed
New gradient linechart screenshot
1 parent e556ffb commit 95abc45

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

MPChartLib/src/com/github/mikephil/charting/components/Legend.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public Legend() {
108108
mTextSize = Utils.convertDpToPixel(10f);
109109
mStackSpace = Utils.convertDpToPixel(3f);
110110
this.mXOffset = Utils.convertDpToPixel(5f);
111-
this.mYOffset = Utils.convertDpToPixel(4f);
111+
this.mYOffset = Utils.convertDpToPixel(4f); // 2
112112
}
113113

114114
/**

MPChartLib/src/com/github/mikephil/charting/components/XAxis.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public enum XAxisPosition {
9797
public XAxis() {
9898
super();
9999

100-
mYOffset = Utils.convertDpToPixel(4.f);
100+
mYOffset = Utils.convertDpToPixel(4.f); // -3
101101
}
102102

103103
/**
-13.7 KB
Loading

0 commit comments

Comments
 (0)