You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "Chaoses-Ib (via GitHub)" <gi...@apache.org> on 2023/05/07 08:03:32 UTC

[GitHub] [echarts] Chaoses-Ib commented on pull request #17288: feat: add the insideDataZoom 'gestureOnTouchPad' option that can Optimize the Experience on the MAC touchpad.

Chaoses-Ib commented on PR #17288:
URL: https://github.com/apache/echarts/pull/17288#issuecomment-1537352589

   This also works on Windows touchpads. The current scaling factor of ECharts is too large for Windows touchpads. The slightest pinch you make on the touchpad will cause the chart to scale dramatically. This PR solves this problem as well.
   
   However, it looks like `zoomOnMouseWheel: true` is broken with `gestureOnTouchPad: true`. When I scroll the wheel, the chart moves instead of zooming. When I set `gestureOnTouchPad: false`, the chart scales as usual with the scroll wheel.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org