WZY009 opened a new pull request, #19835: URL: https://github.com/apache/echarts/pull/19835
## Overview This Pull Request introduces a new mobile-specific feature for the `dataZoom` component within ECharts. It resolves feature #19732, which requests the implementation of mobile dataZoom-Inside for horizontal and vertical using touch gestures and scrolling scale using mouse. ## Changes The following are the key changes made in this PR: - Enhanced `InsideZoomModel.ts` and `InsideZoomView.ts` to support touch gesture recognition for mobile devices. - Integrated new gesture handling logic that distinguishes between horizontal and vertical gestures to apply data zoom accordingly. ## Testing Manual testing was conducted to confirm the functionality. Test file : test/test-scroll-zoom.html By merging this PR, ECharts will provide an enhanced interactive experience for mobile users, allowing more precise control over data visualization. ## Screenshots  ## Notes - Additional testing on a wider range of devices is recommended to ensure universal compatibility and responsiveness. - Further feedback from the community can be valuable for iterative improvement of the touch interaction model. Resolves: #19732 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
