fix(graph): zooming a Force Graph with layoutAnimation false breaks edges#20517
fix(graph): zooming a Force Graph with layoutAnimation false breaks edges#20517sz-p wants to merge 2 commits intoapache:masterfrom
Conversation
|
Thanks for your contribution! |
|
I discovered the issue is in https://github.com/apache/echarts/blob/master/src/chart/graph/GraphView.ts#L281 it just update the It will be fixed when remove the update or update both I'm not sure the update is necessary? I have removed this update and It look work will. If update both |
|
Conflicts resolved. |
|
The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-20517@4b07cd3 |
Brief Information
This pull request is in the type of:
What does this PR do?
Fixed issues
#20515
Details
Before: What was the problem?
After: How does it behave after the fixing?
Document Info
One of the following should be checked.
Misc
ZRender Changes
Related test cases or examples to use the new APIs
N.A.
Others
Merging options
Other information