From d32a3dfca41b3f5a6d1f3d9fe99c1dad24af241d Mon Sep 17 00:00:00 2001
From: Alex de Mulder
Date: Thu, 20 Feb 2014 17:02:06 +0100
Subject: [PATCH] small doc change.
---
docs/graph.html | 1 +
1 file changed, 1 insertion(+)
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.