LockWithoutKey opened a new issue #14255:
URL: https://github.com/apache/echarts/issues/14255


   
   我设置了一套算法来计算多个node的坐标,但是每次改变时都会存在不固定的情况。
   请问有没有办法将关系图的中心坐标固定成(0,0),可以让我自定义其他node的坐标?
   
   版本:echarts3
   
   我的option信息:
   ```js
   option = {
       xAxis: {
           show: false,
           type: 'value'
       },
       yAxis: {
           show: false,
           type: 'value'
       },
       series: [{
           type: 'graph',
           zlevel: 9999,
           layout: 'none',
           coordinateSystem: 'cartesian2d',
           data: [],
           links: []
       }]
   }
   ```
   
   


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

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