diff --git a/docs/graph.html b/docs/graph.html index c0cd1cd7..43bfc3c8 100644 --- a/docs/graph.html +++ b/docs/graph.html @@ -25,7 +25,13 @@
The graph visualization works smooth on any modern browser for up to a few thousand nodes and edges. To handle a larger amount of nodes, Graph - has clustering support. + has clustering support. +
+ ++ Every dataset is different. Nodes can have different sizes based on content, interconnectivity can be high or low etc. Because of this, graph has a special option + that the user can use to explore which settings may be good for you. Use configurePhysics as described in the Physics section or by + example 25.