esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
859 stars 283 forks source link

Add disableWheelZoom option #446

Open me opened 4 years ago

me commented 4 years ago

The mouse wheel zooming doesn't work well with pages with many charts, as it interferes with page scrolling. This adds the ability to disable it even if enablePanZoom or enableDragZoom are active.

tclxrong2-chen commented 1 month ago

鼠标滚轮缩放功能在包含许多图表的页面上效果不佳,因为它会干扰页面滚动。这增加了即使enablePanZoom或enableDragZoom处于活动状态也可以禁用此功能的功能。