iOS-Charts xAxis Labels cut off
If you values are cut off even after notifyDataSetChanged, try offseting it like this:
mChart.extraTopOffset = 20
I solved this issue by calling
chart.fitScreen()
for every bar chart once all the data is passed.
HorizontalBarChart
label cut issue solved you just only put this code in your chart setup:
chart.extraRightOffset = 30