From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../vis/examples/network/other/configuration.html | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 www/lib/vis/examples/network/other/configuration.html (limited to 'www/lib/vis/examples/network/other/configuration.html') diff --git a/www/lib/vis/examples/network/other/configuration.html b/www/lib/vis/examples/network/other/configuration.html new file mode 100644 index 00000000..74bf9e79 --- /dev/null +++ b/www/lib/vis/examples/network/other/configuration.html @@ -0,0 +1,83 @@ + + + + Network | Playing with Physics + + + + + + + + + + + + + + +

+ The configurator can be used to play with the options. In this example, all options that can be configured with this tool are shown. + You can also supply a custom filter function or filter string. You can press the generate options button below to have an options object printed. You can then use + this in the network. +

+

Note: The configurator is recreated in the dom tree on input change. This may cause undesired scrolls in your application. In order to avoid this, explicitly set the height of the configurator (see this example's source code). +

+
+
+ +

+ + -- cgit v1.2.3