- What input formats does it accept?
- JSON node-link format (nodes array + edges array with source/target), adjacency matrix CSV, GraphML XML, and Gephi GEXF files. CSV edge lists (source, target, weight) are also supported.
- Which graph algorithms does it support?
- PageRank, betweenness centrality, degree centrality, clustering coefficient, community detection (Louvain), shortest path (Dijkstra), and connected component analysis.
- How large a graph can it render?
- Up to ~5,000 nodes and 20,000 edges in the browser with force-directed layout. Larger graphs need server-side layout computation — WebGL rendering mode handles up to 50,000 nodes at reduced functionality.