I recently switched from using Cola to fCose in Cytoscape.js for graphing multiple graphs with no connections.
With Cola, I was able to manually set node positions by tweaking the layout options. However, with fCose, despite adjusting variables like quality, randomize, and animate, passing coordinates of nodes seems to have no effect on the final rendering.
In the fCose defaults, I tried setting quality to "proof" and randomize/animate to false, but it didn't help. Even adding positions: undefined did not change the node positioning. How can I achieve manual node positioning with fCose?