Hi,
setVisibleXRangeMaximum(int) and setVisibleYRangeMaximum(int ,AxisDependency) functions are not working in this chart.
I've set setVisibleXRangeMaximum(3) and setVisibleYRangeMaximum(3,YAxis.AxisDependency.LEFT). The expected chart should contain a maximum of 3 values on x-axis and 3 values on y-axis.
But the chart is currently showing all the values. Kindly let me know the reason for this issue.
Screenshots:
The above-mentioned functions are not working on the chart. I've added the screenshots for LineChart and BarChart.
