diff --git a/docs/graph.html b/docs/graph.html index bac13b3f..d58a6c11 100644 --- a/docs/graph.html +++ b/docs/graph.html @@ -1676,6 +1676,7 @@ var options: { The graph can be used to display nodes in a hierarchical way. This can be determined automatically, based on the amount of edges connected to each node, or defined by the user. If the user wants to manually determine the hierarchy, each node has to be supplied with a level (from 0 being heighest to n). The automatic method is shown in example 23 and the user-defined method is shown in example 24. + This layout method does not support smooth curves or clustering. It automatically turns these features off.