MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

Chart "jumps" when zoom reaches max

Open prefect4742 opened this issue 9 years ago • 3 comments

I use a CombinedChart and set min and max zoom like this:

    mChart.setScaleXEnabled(true);
    mChart.getViewPortHandler().setMaximumScaleX(Constants.MAX_ZOOM);
    mChart.getViewPortHandler().setMinimumScaleX(Constants.MIN_ZOOM);

When I pinch zoom, and reach the max zoom value, my chart "jumps" a bit to the left or right. Is it a known issue or have I not setup my zoom correctly?

prefect4742 avatar Jan 18 '17 15:01 prefect4742

I have the same issue here. Does anyone have fixed it already?

rjborba avatar Oct 17 '17 13:10 rjborba

Having the same issue... no fix found :(

M4riko avatar Aug 22 '18 20:08 M4riko

Is this problem solved by any chance?

HipoHipp avatar Dec 12 '23 06:12 HipoHipp