Hi, I am generating a JSON layout file with user specified coordinates for the nodes. Currently the coordinates are positive and unbounded. However, the graph does not render (when I add it to complex.html). If I rescale the coordinates to [0,1] it does render. I just wanted to confirm whether that is the required range for x,y coordinates.
Hi, I am generating a JSON layout file with user specified coordinates for the nodes. Currently the coordinates are positive and unbounded. However, the graph does not render (when I add it to
complex.html
). If I rescale the coordinates to [0,1] it does render. I just wanted to confirm whether that is the required range for x,y coordinates.