amcharts / amcharts5

The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.
Other
342 stars 91 forks source link

Mousse wheel pans once max zoom is reached #299

Closed datafoo closed 2 years ago

datafoo commented 2 years ago

Steps to reproduce

  1. Configure a chart with wheelY: "zoomX" (see https://codepen.io/jackfoo/pen/zYPjMZd)
  2. Zoom in with the mouse wheel until you reach maximum zoom

Expected result:

The chart should not move once the zoom has reach maximum

Actual result

The chart starts panning if you continue to spin the mouse wheel

datafoo commented 2 years ago

amCharts 4 used to have the same problem: https://github.com/amcharts/amcharts4/issues/3272

martynasma commented 2 years ago

Fixed in 5.1.5.

[5.1.5] - 2022-02-22

Added

Changed

Fixed

Full change log.

Download options.

Make sure you clear your browser cache after upgrading. And feel free to contact us again if you are still experiencing this issue.