1, I refer to the simple graph demo of the echarts official website to make a diagram, but I don"t understand how to set the x and y coordinates of a node. I find that when changing the coordinates of a node, the position of other coordinates will also change, that is to say, the node does not seem to have a fixed reference origin. Take the demo of the official website as an example, the original data and the location of each node are as follows:
1fixed:
you can see that the positions of other nodes have also changed relative to the canvas.
so where is the coordinate origin here? How can we ensure that one node is modified without causing a change in the location of other nodes?