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