From 3a96553bcae9b3abfb649a070d8d49df13628381 Mon Sep 17 00:00:00 2001 From: Sandeep Kumar Choudhary Date: Tue, 5 Jun 2018 18:53:33 +0530 Subject: [PATCH 1/2] Added the ability to add/edit edges and vertices https://github.com/bricaud/graphexp/issues/8 --- graphexp.html | 78 ++++++++++++++++ scripts/editGraph.js | 217 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 295 insertions(+) create mode 100644 scripts/editGraph.js diff --git a/graphexp.html b/graphexp.html index 5ae0809..c56e9ed 100644 --- a/graphexp.html +++ b/graphexp.html @@ -20,6 +20,7 @@ +