Minor changes.
diff --git a/MPChartLib/src/com/github/mikephil/charting/charts/HorizontalBarChart.java b/MPChartLib/src/com/github/mikephil/charting/charts/HorizontalBarChart.java
index c9c3cee..742866a 100644
--- a/MPChartLib/src/com/github/mikephil/charting/charts/HorizontalBarChart.java
+++ b/MPChartLib/src/com/github/mikephil/charting/charts/HorizontalBarChart.java
@@ -138,7 +138,7 @@
 	protected void prepareYLabels()
 	{
 	    mYLabels = new XLabelsAsYLabels();
-	    super.prepareYLabels();
+//	    super.prepareYLabels();
 		
 	}