echarts-bot[bot] commented on issue #19205:
URL: https://github.com/apache/echarts/issues/19205#issuecomment-1763321836
@FN-G It seems you are not using English, I've helped translate the content
automatically. To make your issue understood by more people and get helped,
we'd like to suggest using English next time. 🤗
<details><summary><b>TRANSLATED</b></summary><br>
**TITLE**
When using dataZoom to zoom the abscissa timeline, when zooming to the
minimum value and no longer zooming, the timeline will be triggered to move and
the chart will not move.
**BODY**
### Version
"echarts": "^5.0.0",
### Link to Minimal Reproduction
When using dataZoom to zoom the abscissa timeline, when zooming to the
minimum value and no longer zooming, the timeline will be triggered to move and
the chart will not move.
### 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
My timeline is the 24 hours of the day. I have a period of time when people
work from 00:00:00 to 16:20:48 of the day. When my mouse wheel event zooms the
abscissa of dataZoom, the time is the smallest when zooming. The axis is still
sliding to the left, but the range of my mark still stays there, which causes
my mark to start from 00:00:00 - 16:20:48, and then to the end my mark does not
move. If the timeline moves, this interval may become any time after 16:20:48,
such as 23:00:00
This is when there is no zoom. The end time of my staff is about 16 o'clock.

This is zooming to the end, that is, at the beginning, the length of the
column will change over time. After zooming to the minimum zoom value, the
abscissa time axis will start to move to the left, but the column will not
change, resulting in this column The actual time does not match what you see.

### Expected Behavior
When zooming to the minimum and no longer zooming, continue the mouse wheel
event and do not move the timeline.
### Environment
```markdown
- OS:
-Browser:
- Framework:
```
### Any additional comments?
_No response_
</details>
--
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]