You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/11/30 13:33:33 UTC

[GitHub] [echarts] xiaonaiquan opened a new issue #16144: [Bug] moveOnMouseWheel don't work

xiaonaiquan opened a new issue #16144:
URL: https://github.com/apache/echarts/issues/16144


   ### Version
   
   5.2.2
   
   ### Link to minimal reproduction
   
   _No response_
   
   ### Steps To Reproduce
   
   dataZoom:{
    type: 'inside',
    start: 0,
    end: 100,
    minSpan: 30,
    maxSpan: 100,
    moveOnMouseWheel: false
   }
   
   ### Current Behavior
   
   When the line chart is scaled to a certain extent by the scroll wheel, you can also use the scroll wheel to pan it.
   
   ### Expected Behavior
   
   I want the scroll wheel not to shift the line chart.
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   chrome
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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


[GitHub] [echarts] xiaonaiquan commented on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
xiaonaiquan commented on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983228724


   > I thought you want `moveOnMouseWheel` to work, it's already false by default. Could you provide a video to explain what's current behaviour?
   
   yeah, 
   ![2](https://user-images.githubusercontent.com/16412671/144161604-9184d15e-5353-4196-8a3d-75cb03ae6c4f.gif)
   
   I guess it's because of the use of minSpan.I removed the minSpan attribute from the code and "moveOnMouseWheel=false" worked
   


-- 
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


[GitHub] [echarts] xiaonaiquan commented on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
xiaonaiquan commented on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983217499


   > It can't be pan when the zoom window is full.
   
   What do you mean? But my code is implemented, and when the window is full, it can pan.


-- 
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


[GitHub] [echarts] pissang edited a comment on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983199057


   It can't be pan when the zoom window is full.


-- 
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


[GitHub] [echarts] pissang commented on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983199057


   It can't be pan when the window is full.


-- 
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


[GitHub] [echarts] xiaonaiquan commented on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
xiaonaiquan commented on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983234492


   > 
   You're welcome. Please let me know if you fix it
   


-- 
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


[GitHub] [echarts] pissang commented on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983222062


   Could you provide a video to explain?


-- 
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


[GitHub] [echarts] pissang commented on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983231769


   @xiaonaiquan Thanks, seems to be not reasonable here. We will try to fix it.


-- 
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


[GitHub] [echarts] pissang edited a comment on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983222062


   I thought you want `moveOnMouseWheel` to work, it's false by default. Could you provide a video to explain?


-- 
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


[GitHub] [echarts] pissang edited a comment on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983222062


   I thought you want `moveOnMouseWheel` to work, it's already false by default. Could you provide a video to explain?


-- 
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


[GitHub] [echarts] xiaonaiquan commented on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
xiaonaiquan commented on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983218442


   > It can't be pan when the zoom window is full.
   
   moveOnMouseWheel = false,  it don't  work  . It can still shift.


-- 
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


[GitHub] [echarts] pissang edited a comment on issue #16144: [Bug] moveOnMouseWheel don't work

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on issue #16144:
URL: https://github.com/apache/echarts/issues/16144#issuecomment-983222062


   I thought you want `moveOnMouseWheel` to work, it's already false by default. Could you provide a video to explain what's current behaviour?


-- 
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