MPAndroidChart
MPAndroidChart copied to clipboard
Chart "jumps" when zoom reaches max
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?
I have the same issue here. Does anyone have fixed it already?
Having the same issue... no fix found :(
Is this problem solved by any chance?