helgasoft commented on issue #19478:
URL: https://github.com/apache/echarts/issues/19478#issuecomment-1881531406
agree, graph is different, ```center:[0,0]``` is not at the upper left
corner, as the pie. Results from graph experiments:
- ```layout: 'force'``` is by default at the center
- for ```layout: 'none'``` the first node data will determine the overall
position of the graph. When first node data is ```{name:'Node 1', x:0, y:0}```
and ```center:['50%','50%'],``` - graph will be roughly in the center
--
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]