In the bar chart I am creating the first and last rows are consistently being cut in half (even if I add additional bars). This also causes the values above the bar
i just fixed it,settings the x range min, using
barChart.setFitBars(true); barChart.setVisibleXRangeMinimum(barEntries.size());