I want to display a graph with over 100 nodes by rendering to HTML and displaying via Chrome.
This works. :-)
But the "Select a Node by ID" dropdown selector at the top of the page only shows the top 50 node IDs by lexicographic order.
The graph visualization itself correctly shows all the nodes and edges.
How can I work around this? [I'm not a Javascript dev].
Thanks!