FN-G opened a new issue, #19205:
URL: https://github.com/apache/echarts/issues/19205

   ### Version
   
   "echarts": "^5.0.0",
   
   ### Link to Minimal Reproduction
   
   使用dataZoom对横坐标时间轴进行缩放的时候,缩放到最小值不再缩放的时候会触发时间轴移动,图表不动的情况
   
   ### Steps to Reproduce
   
   dataZoom: [
         {
           type: 'inside',
           filterMode: 'none',
           show: true,
           realtime: true,
           start: 0,
           height: 16,
           end: 100,
           bottom: 10,
           moveOnMouseMove: false,
           moveOnMouseWheel: false,
           zoomOnMouseWheel: true,
           minSpan: 2
         }
       ],
   
   ### Current Behavior
   
   我时间轴是当天的24小时,我有一段人员上班时间是当天的00:00:00 - 
16:20:48,我鼠标滚轮事件对dataZoom对横坐标进行缩放的时候,缩放到最小的时候时间轴还在往左滑动,但是我的标记的区间还是停留在那里不动,就导致我这个标记刚开始是00:00:00
 - 16:20:48,随着到最后我的这个标记不动时间轴动,这个区间就可能变成16:20:48之后的任何时间比如23:00:00
   这是没有缩放的时候,我这个人员的结束时间大概是在16点多的时候
   
![image](https://github.com/apache/echarts/assets/44664812/046e0708-eae5-4584-be35-c028b944f30f)
   
这是缩放到最后,就是刚开始的时候这个柱子的长度会随着时间变化,缩到最小缩放值之后,就开始横坐标时间轴一直向左移动,但是这个柱子不再变化,就导致这个柱子的实际时间跟看到的是对不上的
   
![image](https://github.com/apache/echarts/assets/44664812/ec90fc65-254d-4b8b-83f8-6d6e0560c372)
   
   
   ### Expected Behavior
   
   当缩放到最小不能再缩放的时候继续鼠标滚轮事件不要移动时间轴
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### 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: [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]

Reply via email to