1
votes

I have created the bar charts and all looks good but the datas are movable that leads to misalignment . How to solve this issue

enter image description here

1

1 Answers

0
votes

Use chart.setPanEnabled(false); to disable panning. You might want to also disable pinch to zoom with chart.setZoomEnabled(false);.