MPAndroidChart changing data values while zooming

1.8k Views Asked by At

I would like to ask if in MPAndroidChart there is a way to change the values of the chart while zooming, For example the first Bar chart view the values in by month when zoom in the value will change to by weeks then when zoom in again the value will change to by days then vice versa. I hope this will be done in MPAndroidChart. TYI

1

There are 1 best solutions below

1
On BEST ANSWER

That is surely possible, you just will have to write the logic/behaviour of the chart yourself.

It is possible to listen to gestures on the chart (like zooming or scaling) via the OnChartGestureListener.

More on that in the documentation.