sz-p commented on PR #20517:
URL: https://github.com/apache/echarts/pull/20517#issuecomment-2476224634

   I discovered the issue is in 
https://github.com/apache/echarts/blob/master/src/chart/graph/GraphView.ts#L281
   
   it just update the `links` not both `nodes` and `links`. 
   
   It will be fixed when remove the update or update both `nodes` and `links`.
   
   I'm not sure the update is necessary? 
   
   I have removed this update and It look work will.
   
   If update both `nodes` and `links` the graph will have a large layout change 
when zoom hanpens


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