-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
edges
_key
_from
_to
test to d3 json uploader
- Loading branch information
Showing
2 changed files
with
292 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
{ | ||
"nodes": [ | ||
{ "_key": "Myriel", "group": 1 }, | ||
{ "_key": "Napoleon", "group": 1 }, | ||
{ "_key": "Mlle.Baptistine", "group": 1 }, | ||
{ "_key": "Mme.Magloire", "group": 1 }, | ||
{ "_key": "CountessdeLo", "group": 1 }, | ||
{ "_key": "Geborand", "group": 1 }, | ||
{ "_key": "Champtercier", "group": 1 }, | ||
{ "_key": "Cravatte", "group": 1 }, | ||
{ "_key": "Count", "group": 1 }, | ||
{ "_key": "OldMan", "group": 1 }, | ||
{ "_key": "Labarre", "group": 2 }, | ||
{ "_key": "Valjean", "group": 2 }, | ||
{ "_key": "Marguerite", "group": 3 }, | ||
{ "_key": "Mme.deR", "group": 2 }, | ||
{ "_key": "Isabeau", "group": 2 }, | ||
{ "_key": "Gervais", "group": 2 }, | ||
{ "_key": "Tholomyes", "group": 3 }, | ||
{ "_key": "Listolier", "group": 3 }, | ||
{ "_key": "Fameuil", "group": 3 }, | ||
{ "_key": "Blacheville", "group": 3 }, | ||
{ "_key": "Favourite", "group": 3 }, | ||
{ "_key": "Dahlia", "group": 3 }, | ||
{ "_key": "Zephine", "group": 3 }, | ||
{ "_key": "Fantine", "group": 3 }, | ||
{ "_key": "Mme.Thenardier", "group": 4 }, | ||
{ "_key": "Thenardier", "group": 4 }, | ||
{ "_key": "Cosette", "group": 5 }, | ||
{ "_key": "Javert", "group": 4 }, | ||
{ "_key": "Fauchelevent", "group": 0 }, | ||
{ "_key": "Bamatabois", "group": 2 }, | ||
{ "_key": "Perpetue", "group": 3 }, | ||
{ "_key": "Simplice", "group": 2 }, | ||
{ "_key": "Scaufflaire", "group": 2 }, | ||
{ "_key": "Woman1", "group": 2 }, | ||
{ "_key": "Judge", "group": 2 }, | ||
{ "_key": "Champmathieu", "group": 2 }, | ||
{ "_key": "Brevet", "group": 2 }, | ||
{ "_key": "Chenildieu", "group": 2 }, | ||
{ "_key": "Cochepaille", "group": 2 }, | ||
{ "_key": "Pontmercy", "group": 4 }, | ||
{ "_key": "Boulatruelle", "group": 6 }, | ||
{ "_key": "Eponine", "group": 4 }, | ||
{ "_key": "Anzelma", "group": 4 }, | ||
{ "_key": "Woman2", "group": 5 }, | ||
{ "_key": "MotherInnocent", "group": 0 }, | ||
{ "_key": "Gribier", "group": 0 }, | ||
{ "_key": "Jondrette", "group": 7 }, | ||
{ "_key": "Mme.Burgon", "group": 7 }, | ||
{ "_key": "Gavroche", "group": 8 }, | ||
{ "_key": "Gillenormand", "group": 5 }, | ||
{ "_key": "Magnon", "group": 5 }, | ||
{ "_key": "Mlle.Gillenormand", "group": 5 }, | ||
{ "_key": "Mme.Pontmercy", "group": 5 }, | ||
{ "_key": "Mlle.Vaubois", "group": 5 }, | ||
{ "_key": "Lt.Gillenormand", "group": 5 }, | ||
{ "_key": "Marius", "group": 8 }, | ||
{ "_key": "BaronessT", "group": 5 }, | ||
{ "_key": "Mabeuf", "group": 8 }, | ||
{ "_key": "Enjolras", "group": 8 }, | ||
{ "_key": "Combeferre", "group": 8 }, | ||
{ "_key": "Prouvaire", "group": 8 }, | ||
{ "_key": "Feuilly", "group": 8 }, | ||
{ "_key": "Courfeyrac", "group": 8 }, | ||
{ "_key": "Bahorel", "group": 8 }, | ||
{ "_key": "Bossuet", "group": 8 }, | ||
{ "_key": "Joly", "group": 8 }, | ||
{ "_key": "Grantaire", "group": 8 }, | ||
{ "_key": "MotherPlutarch", "group": 9 }, | ||
{ "_key": "Gueulemer", "group": 4 }, | ||
{ "_key": "Babet", "group": 4 }, | ||
{ "_key": "Claquesous", "group": 4 }, | ||
{ "_key": "Montparnasse", "group": 4 }, | ||
{ "_key": "Toussaint", "group": 5 }, | ||
{ "_key": "Child1", "group": 10 }, | ||
{ "_key": "Child2", "group": 10 }, | ||
{ "_key": "Brujon", "group": 4 }, | ||
{ "_key": "Mme.Hucheloup", "group": 8 } | ||
], | ||
"edges": [ | ||
{ "_from": "Napoleon", "_to": "Myriel", "value": 1 }, | ||
{ "_from": "Mlle.Baptistine", "_to": "Myriel", "value": 8 }, | ||
{ "_from": "Mme.Magloire", "_to": "Myriel", "value": 10 }, | ||
{ "_from": "Mme.Magloire", "_to": "Mlle.Baptistine", "value": 6 }, | ||
{ "_from": "CountessdeLo", "_to": "Myriel", "value": 1 }, | ||
{ "_from": "Geborand", "_to": "Myriel", "value": 1 }, | ||
{ "_from": "Champtercier", "_to": "Myriel", "value": 1 }, | ||
{ "_from": "Cravatte", "_to": "Myriel", "value": 1 }, | ||
{ "_from": "Count", "_to": "Myriel", "value": 2 }, | ||
{ "_from": "OldMan", "_to": "Myriel", "value": 1 }, | ||
{ "_from": "Valjean", "_to": "Labarre", "value": 1 }, | ||
{ "_from": "Valjean", "_to": "Mme.Magloire", "value": 3 }, | ||
{ "_from": "Valjean", "_to": "Mlle.Baptistine", "value": 3 }, | ||
{ "_from": "Valjean", "_to": "Myriel", "value": 5 }, | ||
{ "_from": "Marguerite", "_to": "Valjean", "value": 1 }, | ||
{ "_from": "Mme.deR", "_to": "Valjean", "value": 1 }, | ||
{ "_from": "Isabeau", "_to": "Valjean", "value": 1 }, | ||
{ "_from": "Gervais", "_to": "Valjean", "value": 1 }, | ||
{ "_from": "Listolier", "_to": "Tholomyes", "value": 4 }, | ||
{ "_from": "Fameuil", "_to": "Tholomyes", "value": 4 }, | ||
{ "_from": "Fameuil", "_to": "Listolier", "value": 4 }, | ||
{ "_from": "Blacheville", "_to": "Tholomyes", "value": 4 }, | ||
{ "_from": "Blacheville", "_to": "Listolier", "value": 4 }, | ||
{ "_from": "Blacheville", "_to": "Fameuil", "value": 4 }, | ||
{ "_from": "Favourite", "_to": "Tholomyes", "value": 3 }, | ||
{ "_from": "Favourite", "_to": "Listolier", "value": 3 }, | ||
{ "_from": "Favourite", "_to": "Fameuil", "value": 3 }, | ||
{ "_from": "Favourite", "_to": "Blacheville", "value": 4 }, | ||
{ "_from": "Dahlia", "_to": "Tholomyes", "value": 3 }, | ||
{ "_from": "Dahlia", "_to": "Listolier", "value": 3 }, | ||
{ "_from": "Dahlia", "_to": "Fameuil", "value": 3 }, | ||
{ "_from": "Dahlia", "_to": "Blacheville", "value": 3 }, | ||
{ "_from": "Dahlia", "_to": "Favourite", "value": 5 }, | ||
{ "_from": "Zephine", "_to": "Tholomyes", "value": 3 }, | ||
{ "_from": "Zephine", "_to": "Listolier", "value": 3 }, | ||
{ "_from": "Zephine", "_to": "Fameuil", "value": 3 }, | ||
{ "_from": "Zephine", "_to": "Blacheville", "value": 3 }, | ||
{ "_from": "Zephine", "_to": "Favourite", "value": 4 }, | ||
{ "_from": "Zephine", "_to": "Dahlia", "value": 4 }, | ||
{ "_from": "Fantine", "_to": "Tholomyes", "value": 3 }, | ||
{ "_from": "Fantine", "_to": "Listolier", "value": 3 }, | ||
{ "_from": "Fantine", "_to": "Fameuil", "value": 3 }, | ||
{ "_from": "Fantine", "_to": "Blacheville", "value": 3 }, | ||
{ "_from": "Fantine", "_to": "Favourite", "value": 4 }, | ||
{ "_from": "Fantine", "_to": "Dahlia", "value": 4 }, | ||
{ "_from": "Fantine", "_to": "Zephine", "value": 4 }, | ||
{ "_from": "Fantine", "_to": "Marguerite", "value": 2 }, | ||
{ "_from": "Fantine", "_to": "Valjean", "value": 9 }, | ||
{ "_from": "Mme.Thenardier", "_to": "Fantine", "value": 2 }, | ||
{ "_from": "Mme.Thenardier", "_to": "Valjean", "value": 7 }, | ||
{ "_from": "Thenardier", "_to": "Mme.Thenardier", "value": 13 }, | ||
{ "_from": "Thenardier", "_to": "Fantine", "value": 1 }, | ||
{ "_from": "Thenardier", "_to": "Valjean", "value": 12 }, | ||
{ "_from": "Cosette", "_to": "Mme.Thenardier", "value": 4 }, | ||
{ "_from": "Cosette", "_to": "Valjean", "value": 31 }, | ||
{ "_from": "Cosette", "_to": "Tholomyes", "value": 1 }, | ||
{ "_from": "Cosette", "_to": "Thenardier", "value": 1 }, | ||
{ "_from": "Javert", "_to": "Valjean", "value": 17 }, | ||
{ "_from": "Javert", "_to": "Fantine", "value": 5 }, | ||
{ "_from": "Javert", "_to": "Thenardier", "value": 5 }, | ||
{ "_from": "Javert", "_to": "Mme.Thenardier", "value": 1 }, | ||
{ "_from": "Javert", "_to": "Cosette", "value": 1 }, | ||
{ "_from": "Fauchelevent", "_to": "Valjean", "value": 8 }, | ||
{ "_from": "Fauchelevent", "_to": "Javert", "value": 1 }, | ||
{ "_from": "Bamatabois", "_to": "Fantine", "value": 1 }, | ||
{ "_from": "Bamatabois", "_to": "Javert", "value": 1 }, | ||
{ "_from": "Bamatabois", "_to": "Valjean", "value": 2 }, | ||
{ "_from": "Perpetue", "_to": "Fantine", "value": 1 }, | ||
{ "_from": "Simplice", "_to": "Perpetue", "value": 2 }, | ||
{ "_from": "Simplice", "_to": "Valjean", "value": 3 }, | ||
{ "_from": "Simplice", "_to": "Fantine", "value": 2 }, | ||
{ "_from": "Simplice", "_to": "Javert", "value": 1 }, | ||
{ "_from": "Scaufflaire", "_to": "Valjean", "value": 1 }, | ||
{ "_from": "Woman1", "_to": "Valjean", "value": 2 }, | ||
{ "_from": "Woman1", "_to": "Javert", "value": 1 }, | ||
{ "_from": "Judge", "_to": "Valjean", "value": 3 }, | ||
{ "_from": "Judge", "_to": "Bamatabois", "value": 2 }, | ||
{ "_from": "Champmathieu", "_to": "Valjean", "value": 3 }, | ||
{ "_from": "Champmathieu", "_to": "Judge", "value": 3 }, | ||
{ "_from": "Champmathieu", "_to": "Bamatabois", "value": 2 }, | ||
{ "_from": "Brevet", "_to": "Judge", "value": 2 }, | ||
{ "_from": "Brevet", "_to": "Champmathieu", "value": 2 }, | ||
{ "_from": "Brevet", "_to": "Valjean", "value": 2 }, | ||
{ "_from": "Brevet", "_to": "Bamatabois", "value": 1 }, | ||
{ "_from": "Chenildieu", "_to": "Judge", "value": 2 }, | ||
{ "_from": "Chenildieu", "_to": "Champmathieu", "value": 2 }, | ||
{ "_from": "Chenildieu", "_to": "Brevet", "value": 2 }, | ||
{ "_from": "Chenildieu", "_to": "Valjean", "value": 2 }, | ||
{ "_from": "Chenildieu", "_to": "Bamatabois", "value": 1 }, | ||
{ "_from": "Cochepaille", "_to": "Judge", "value": 2 }, | ||
{ "_from": "Cochepaille", "_to": "Champmathieu", "value": 2 }, | ||
{ "_from": "Cochepaille", "_to": "Brevet", "value": 2 }, | ||
{ "_from": "Cochepaille", "_to": "Chenildieu", "value": 2 }, | ||
{ "_from": "Cochepaille", "_to": "Valjean", "value": 2 }, | ||
{ "_from": "Cochepaille", "_to": "Bamatabois", "value": 1 }, | ||
{ "_from": "Pontmercy", "_to": "Thenardier", "value": 1 }, | ||
{ "_from": "Boulatruelle", "_to": "Thenardier", "value": 1 }, | ||
{ "_from": "Eponine", "_to": "Mme.Thenardier", "value": 2 }, | ||
{ "_from": "Eponine", "_to": "Thenardier", "value": 3 }, | ||
{ "_from": "Anzelma", "_to": "Eponine", "value": 2 } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters