docs: fix node-count inconsistency in performance warning

This commit is contained in:
KaifAhmad1
2026-07-02 13:24:16 +05:30
parent 0ad1f64cc9
commit 9ac3066fe1
+1 -1
View File
@@ -69,7 +69,7 @@ Most effective visualization follows this pattern:
Always filter before visualizing. A 10,000-node enterprise graph becomes meaningful when filtered to the 50 most central nodes or the subgraph around a specific entity of interest. Always filter before visualizing. A 10,000-node enterprise graph becomes meaningful when filtered to the 50 most central nodes or the subgraph around a specific entity of interest.
<Info> <Info>
**Performance Warning:** Large graphs (>1000 nodes) cause browser performance issues and become visually overwhelming. Interactive network visualizations work best with 10-500 nodes. For larger graphs, use analytics to identify the most important subgraphs, then visualize those filtered results. **Performance Warning:** Large graphs (>1000 nodes) cause browser performance issues and become visually overwhelming. Interactive network visualizations work best with 10-1000 nodes. For larger graphs, use analytics to identify the most important subgraphs, then visualize those filtered results.
</Info> </Info>
<Info> <Info>