Tristan Vanderaerden

Results 1 comments of Tristan Vanderaerden

+1 (having the same issue right now) My first and last bar were cut off, so added these lines ``` barData.setBarWidth(0.4f); combinedChart.getXAxis().setAxisMaximum(maxX + 0.2f); combinedChart.getXAxis().setAxisMinimum(minX - 0.2f); ``` Now, the...