From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../network/edgeStyles/smoothWorldCup.html | 97 ++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 www/lib/vis/examples/network/edgeStyles/smoothWorldCup.html (limited to 'www/lib/vis/examples/network/edgeStyles/smoothWorldCup.html') diff --git a/www/lib/vis/examples/network/edgeStyles/smoothWorldCup.html b/www/lib/vis/examples/network/edgeStyles/smoothWorldCup.html new file mode 100644 index 00000000..12846011 --- /dev/null +++ b/www/lib/vis/examples/network/edgeStyles/smoothWorldCup.html @@ -0,0 +1,97 @@ + + + + + + Network | Static smooth curves - World Cup Network + + + + + + + + + + + + +

Static smooth curves - World Cup Network

+ +
+ The static smooth curves are based only on the positions of the connected + nodes. + There are multiple ways to determine the way this curve is drawn. + This example shows the effect of the different types on a large network. +

+ Also shown in this example is the inheritColor option of the edges as well as + the roundness factor. Because the physics has been disabled, the dynamic smooth curves do not work here. +
+ +
+ +
+ + + + + -- cgit v1.2.3