diff --git a/miserables.json b/miserables.json index d419959..5c73949 100644 --- a/miserables.json +++ b/miserables.json @@ -24,9 +24,12 @@ {"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 +80,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} ] }