Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] when i drag a point, other points can't drag anymore, i don't konw why #20655

Open
beata949 opened this issue Jan 6, 2025 · 1 comment
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.

Comments

@beata949
Copy link

beata949 commented Jan 6, 2025

Version

5.6.0

Link to Minimal Reproduction

https://codepen.io/yuanyuan299/pen/KwPZzqQ

Steps to Reproduce

use the link , after I drag the point, other points can't drag. please see the gif
when adjust y axis value too much, can't move other points

Current Behavior

when i drag a point, other points can't drag anymore, i don't konw why

Expected Behavior

other points can drag

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@beata949 beata949 added the bug label Jan 6, 2025
@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels Jan 6, 2025
@MatthiasMert
Copy link

MatthiasMert commented Jan 7, 2025

This only happens if you move a node out of the initially rendered axis range because the visable nodes and the invisible graphics elements are no longer aligned. When the axis range changes, the nodes are rerendered to their new pixel position (coordinate position stays the the same) while the pixel position of the invisable graphics elements doesnt change.

If you set invisable: false you can oberve what is happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

2 participants