From 08d1fedde2ed8869caad5a2f4aeb0c8efd0df484 Mon Sep 17 00:00:00 2001 From: Vineet Kaushik Date: Thu, 30 Nov 2017 20:21:21 -0500 Subject: [PATCH 1/2] Added group 5 nodes and links --- miserables.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/miserables.json b/miserables.json index d419959..796466f 100644 --- a/miserables.json +++ b/miserables.json @@ -24,9 +24,13 @@ {"id": "Dahlia", "group": 3}, {"id": "Zephine", "group": 3}, {"id": "Fantine", "group": 3}, - {"id": "Antony", "group": 4}, - {"id": "Mirdaki", "group": 4}, - {"id": "Bhavesh", "group": 4} + {"id": "Antony", "group": 4}, + {"id": "Mirdaki", "group": 4}, + {"id": "Bhavesh", "group": 4}, + {"id": "Cristos", "group": 5}, + {"id": "Lucy", "group": 5}, + {"id": "Mike", "group": 5} + ], ], "links": [ {"source": "Napoleon", "target": "Myriel", "value": 1}, @@ -77,7 +81,9 @@ {"source": "Fantine", "target": "Zephine", "value": 4}, {"source": "Fantine", "target": "Marguerite", "value": 2}, {"source": "Fantine", "target": "Valjean", "value": 9}, - {"source": "Antony", "target": "Mirdaki", "value": 4}, - {"source": "Mirdaki", "target": "Bhavesh", "value": 5} + {"source": "Antony", "target": "Mirdaki", "value": 4}, + {"source": "Mirdaki", "target": "Bhavesh", "value": 5}, + {"source": "Mike", "target": "Lucy", "value": 4}, + {"source": "Lucy", "target": "Cristos", "value": 2} ] } From 3acb1a0c8f4875c0c6ea97c4bf0e893de0e5d239 Mon Sep 17 00:00:00 2001 From: Vineet Kaushik Date: Thu, 30 Nov 2017 20:23:41 -0500 Subject: [PATCH 2/2] Fixed extra bracket --- miserables.json | 1 - 1 file changed, 1 deletion(-) diff --git a/miserables.json b/miserables.json index 796466f..5c73949 100644 --- a/miserables.json +++ b/miserables.json @@ -31,7 +31,6 @@ {"id": "Lucy", "group": 5}, {"id": "Mike", "group": 5} ], - ], "links": [ {"source": "Napoleon", "target": "Myriel", "value": 1}, {"source": "Mlle.Baptistine", "target": "Myriel", "value": 8},