I am facing a new issue with using CytoscapeJS. I have a network graph with 300+ nodes and 300+ edges in a JSON object (can rise to 500+ nodes & 1000+ edges in some cases).
The nodes are getting plotted using coLa layout but only the 1st 50 edges are shown. The rest of the edges are missing from the generated network despite my setting the "visibleDisplay" property to "element". How can I resolve this ? (or is there a limitation to the no. of edges that can be plotted in CytoscapeJS ?)
The solution to this issue is at git_cytoscapejs_issues_779