| commit | 95abc4513392803292ae6b5d4002de735b30dce6 | [log] [tgz] |
|---|---|---|
| author | Philipp Jahoda <phil.jahoda@gmail.com> | Tue Jan 26 18:23:14 2016 +0100 |
| committer | Philipp Jahoda <phil.jahoda@gmail.com> | Tue Jan 26 18:23:14 2016 +0100 |
| tree | 6dea77baf25dc3b39b89fe5396ed3c889e8c56f5 | |
| parent | e556ffb21e1895141fc8a9e65d49461d81f34f6a [diff] |
New gradient linechart screenshot
diff --git a/MPChartLib/src/com/github/mikephil/charting/components/Legend.java b/MPChartLib/src/com/github/mikephil/charting/components/Legend.java index 27425ac..3a64b3a 100644 --- a/MPChartLib/src/com/github/mikephil/charting/components/Legend.java +++ b/MPChartLib/src/com/github/mikephil/charting/components/Legend.java
@@ -108,7 +108,7 @@ mTextSize = Utils.convertDpToPixel(10f); mStackSpace = Utils.convertDpToPixel(3f); this.mXOffset = Utils.convertDpToPixel(5f); - this.mYOffset = Utils.convertDpToPixel(4f); + this.mYOffset = Utils.convertDpToPixel(4f); // 2 } /**
diff --git a/MPChartLib/src/com/github/mikephil/charting/components/XAxis.java b/MPChartLib/src/com/github/mikephil/charting/components/XAxis.java index 0578967..a5cc5cb 100644 --- a/MPChartLib/src/com/github/mikephil/charting/components/XAxis.java +++ b/MPChartLib/src/com/github/mikephil/charting/components/XAxis.java
@@ -97,7 +97,7 @@ public XAxis() { super(); - mYOffset = Utils.convertDpToPixel(4.f); + mYOffset = Utils.convertDpToPixel(4.f); // -3 } /**
diff --git a/screenshots/line_chart_gradient.png b/screenshots/line_chart_gradient.png index 8c1d8e2..2891dce 100644 --- a/screenshots/line_chart_gradient.png +++ b/screenshots/line_chart_gradient.png Binary files differ