From 91893b71573be77c68934a5ac6b9e65e3a461645 Mon Sep 17 00:00:00 2001 From: Kebap Date: Fri, 11 Jan 2019 15:01:04 +0100 Subject: [PATCH] Add fifth edge to example This fix should close #4188 The fix is to gh-pages as it touches the website and not the actual vis code in development/master branches. --- docs/network/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/network/index.html b/docs/network/index.html index b641d69b8..25bf61d78 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -135,7 +135,8 @@

Creating a Network

{from: 1, to: 3}, {from: 1, to: 2}, {from: 2, to: 4}, - {from: 2, to: 5} + {from: 2, to: 5}, + {from: 3, to: 3} ]); // create a network