zhangjian970604 opened a new issue #16159:
URL: https://github.com/apache/echarts/issues/16159


   ### Version
   
   5.2.0
   
   ### Link to minimal reproduction
   
   https://www.makeapie.com/editor.html?c=xrD2nokbFH
   
   ### Steps To Reproduce
   
   1、实际项目中我使用echarts、vue、vue-echarts开发代码。
   2、我在ECharts Gallery上写了一个简单的demo,仅使用echarts,发现问题依旧存在,
   地址: https://www.makeapie.com/editor.html?c=xrD2nokbFH
   
   ### Current Behavior
   
   
1、由于我需要使用echarts5版本的series(graph)-->lineStyle-->dashOffset属性,所以我讲echarts从4版本升级至5.
   2、原先基于4.7.0版本时,我使用setOption方法,实现了关系图拖拽一个节点之后,不会影响其他节点的位置。
   3、而当我将版本升级至5.2.0,我再次使用setOption方法,关系图拖拽一个节点,其他节点的位置变动了,我认为是
   因为赋值新的x、y属性导致最大值变化,所有节点的相对位置改变。
   
   ### Expected Behavior
   
   1、在echarts5版本的前提下。
   2、关系图采用力引导布局,可以拖拽、缩放。
   3、关系图拖拽一个节点后,可以固定在当前的位置,其他节点位置不会变化
   
   ### Environment
   
   ```markdown
   - OS: window 10
   - Browser: Chrome
   - Framework: [email protected]
   ```
   
   
   ### 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