1. <com.michaelpardo.android.widget.chartview.BarChartView
  2.        android:id="@+id/chart_view"
  3.        android:layout_width="match_parent"
  4.        android:layout_height="300dp"
  5.        android:layout_margin="8dp"
  6.        chartview:bottomLabelHeight="20dp"
  7.        chartview:gridLineColor="#E5E5E5"
  8.        chartview:gridLineWidth="1dp"
  9.        chartview:gridLinesVertical="5"
  10.        chartview:leftLabelWidth="56dp" />