From 3591ce5828f6d72d37bbdc77ca2ab0a927f907a7 Mon Sep 17 00:00:00 2001 From: CetaceanNation Date: Sun, 17 Feb 2019 00:23:14 -0500 Subject: [PATCH] Redirects to graph pages with input given from user, might need some testing still. --- public/GraphGenerator.html | 47 ++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 4 deletions(-) diff --git a/public/GraphGenerator.html b/public/GraphGenerator.html index b073063..e8604db 100644 --- a/public/GraphGenerator.html +++ b/public/GraphGenerator.html @@ -8,6 +8,10 @@ +
@@ -58,12 +62,13 @@

- Creates a web chart of the selected user and + Creates an web chart of the selected user and both their followers and anyone they are following themselves.

- +
+

@@ -75,10 +80,44 @@ to the selected user in chronological order, along with information pertaining to each repo.

- +
+

+
+
+
+

Interactive Organization Chart

+
+
+

+ Creates a web chart of the specified organization + and all associated repos. +

+ +
+

- \ No newline at end of file + + \ No newline at end of file