I'm building a simple bar graph, with android MPChart.
The problem I'm having is that the values are being offset about half of the bar width to the left:
I have set:
barChart.setExtraOffsets(0f, 0f, 0f, 16f)
barChart.xAxis.axisMinimum = 0f
I'm not sure how to fix this.