matulkum commented on issue #9095: moveOnMouseWheel 不起作用啊
URL: 
https://github.com/apache/incubator-echarts/issues/9095#issuecomment-433359963
 
 
   I observed exactly the same problem. Using latest Chrome on OSX: setting 
`moveOnMouseWheel` on `dataZoom` has no effect:
   ```
           dataZoom: [
             {
               type: 'inside',
               moveOnMouseWheel: false,
               filterMode: 'none',
               xAxisIndex: [0],
               minValueSpan: 3600 * 24 * 1000 * 7, // 1 week min
             },
           ],
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to