HelikarLab / ccNetViz

JavaScript library for visualization of large-scale network graphs using WebGL
93 stars 43 forks source link

Scale for user defined coordinates? #153

Open rajarshi opened 4 years ago

rajarshi commented 4 years ago

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.