|
1 | 1 | export default { |
2 | 2 | nodes: [ |
3 | | - {id: 'Myriel', group: 1}, |
4 | | - {id: 'Napoleon', group: 1}, |
5 | | - {id: 'Mlle.Baptistine', group: 1}, |
6 | | - {id: 'Mme.Magloire', group: 1}, |
7 | | - {id: 'CountessdeLo', group: 1}, |
8 | | - {id: 'Geborand', group: 1}, |
9 | | - {id: 'Champtercier', group: 1}, |
10 | | - {id: 'Cravatte', group: 1}, |
11 | | - {id: 'Count', group: 1}, |
12 | | - {id: 'OldMan', group: 1}, |
13 | | - {id: 'Labarre', group: 2}, |
14 | | - {id: 'Valjean', group: 2}, |
15 | | - {id: 'Marguerite', group: 3}, |
16 | | - {id: 'Mme.deR', group: 2}, |
17 | | - {id: 'Isabeau', group: 2}, |
18 | | - {id: 'Gervais', group: 2}, |
19 | | - {id: 'Tholomyes', group: 3}, |
20 | | - {id: 'Listolier', group: 3}, |
21 | | - {id: 'Fameuil', group: 3}, |
22 | | - {id: 'Blacheville', group: 3}, |
23 | | - {id: 'Favourite', group: 3}, |
24 | | - {id: 'Dahlia', group: 3}, |
25 | | - {id: 'Zephine', group: 3}, |
26 | | - {id: 'Fantine', group: 3}, |
27 | | - {id: 'Mme.Thenardier', group: 4}, |
28 | | - {id: 'Thenardier', group: 4}, |
29 | | - {id: 'Cosette', group: 5}, |
30 | | - {id: 'Javert', group: 4}, |
31 | | - {id: 'Fauchelevent', group: 0}, |
32 | | - {id: 'Bamatabois', group: 2}, |
33 | | - {id: 'Perpetue', group: 3}, |
34 | | - {id: 'Simplice', group: 2}, |
35 | | - {id: 'Scaufflaire', group: 2}, |
36 | | - {id: 'Woman1', group: 2}, |
37 | | - {id: 'Judge', group: 2}, |
38 | | - {id: 'Champmathieu', group: 2}, |
39 | | - {id: 'Brevet', group: 2}, |
40 | | - {id: 'Chenildieu', group: 2}, |
41 | | - {id: 'Cochepaille', group: 2}, |
42 | | - {id: 'Pontmercy', group: 4}, |
43 | | - {id: 'Boulatruelle', group: 6}, |
44 | | - {id: 'Eponine', group: 4}, |
45 | | - {id: 'Anzelma', group: 4}, |
46 | | - {id: 'Woman2', group: 5}, |
47 | | - {id: 'MotherInnocent', group: 0}, |
48 | | - {id: 'Gribier', group: 0}, |
49 | | - {id: 'Jondrette', group: 7}, |
50 | | - {id: 'Mme.Burgon', group: 7}, |
51 | | - {id: 'Gavroche', group: 8}, |
52 | | - {id: 'Gillenormand', group: 5}, |
53 | | - {id: 'Magnon', group: 5}, |
54 | | - {id: 'Mlle.Gillenormand', group: 5}, |
55 | | - {id: 'Mme.Pontmercy', group: 5}, |
56 | | - {id: 'Mlle.Vaubois', group: 5}, |
57 | | - {id: 'Lt.Gillenormand', group: 5}, |
58 | | - {id: 'Marius', group: 8}, |
59 | | - {id: 'BaronessT', group: 5}, |
60 | | - {id: 'Mabeuf', group: 8}, |
61 | | - {id: 'Enjolras', group: 8}, |
62 | | - {id: 'Combeferre', group: 8}, |
63 | | - {id: 'Prouvaire', group: 8}, |
64 | | - {id: 'Feuilly', group: 8}, |
65 | | - {id: 'Courfeyrac', group: 8}, |
66 | | - {id: 'Bahorel', group: 8}, |
67 | | - {id: 'Bossuet', group: 8}, |
68 | | - {id: 'Joly', group: 8}, |
69 | | - {id: 'Grantaire', group: 8}, |
70 | | - {id: 'MotherPlutarch', group: 9}, |
71 | | - {id: 'Gueulemer', group: 4}, |
72 | | - {id: 'Babet', group: 4}, |
73 | | - {id: 'Claquesous', group: 4}, |
74 | | - {id: 'Montparnasse', group: 4}, |
75 | | - {id: 'Toussaint', group: 5}, |
76 | | - {id: 'Child1', group: 10}, |
77 | | - {id: 'Child2', group: 10}, |
78 | | - {id: 'Brujon', group: 4}, |
79 | | - {id: 'Mme.Hucheloup', group: 8} |
| 3 | + {id: 'Myriel'}, |
| 4 | + {id: 'Napoleon'}, |
| 5 | + {id: 'Mlle.Baptistine'}, |
| 6 | + {id: 'Mme.Magloire'}, |
| 7 | + {id: 'CountessdeLo'}, |
| 8 | + {id: 'Geborand'}, |
| 9 | + {id: 'Champtercier'}, |
| 10 | + {id: 'Cravatte'}, |
| 11 | + {id: 'Count'}, |
| 12 | + {id: 'OldMan'}, |
| 13 | + {id: 'Labarre'}, |
| 14 | + {id: 'Valjean'}, |
| 15 | + {id: 'Marguerite'}, |
| 16 | + {id: 'Mme.deR'}, |
| 17 | + {id: 'Isabeau'}, |
| 18 | + {id: 'Gervais'}, |
| 19 | + {id: 'Tholomyes'}, |
| 20 | + {id: 'Listolier'}, |
| 21 | + {id: 'Fameuil'}, |
| 22 | + {id: 'Blacheville'}, |
| 23 | + {id: 'Favourite'}, |
| 24 | + {id: 'Dahlia'}, |
| 25 | + {id: 'Zephine'}, |
| 26 | + {id: 'Fantine'}, |
| 27 | + {id: 'Mme.Thenardier'}, |
| 28 | + {id: 'Thenardier'}, |
| 29 | + {id: 'Cosette'}, |
| 30 | + {id: 'Javert'}, |
| 31 | + {id: 'Fauchelevent'}, |
| 32 | + {id: 'Bamatabois'}, |
| 33 | + {id: 'Perpetue'}, |
| 34 | + {id: 'Simplice'}, |
| 35 | + {id: 'Scaufflaire'}, |
| 36 | + {id: 'Woman1'}, |
| 37 | + {id: 'Judge'}, |
| 38 | + {id: 'Champmathieu'}, |
| 39 | + {id: 'Brevet'}, |
| 40 | + {id: 'Chenildieu'}, |
| 41 | + {id: 'Cochepaille'}, |
| 42 | + {id: 'Pontmercy'}, |
| 43 | + {id: 'Boulatruelle'}, |
| 44 | + {id: 'Eponine'}, |
| 45 | + {id: 'Anzelma'}, |
| 46 | + {id: 'Woman2'}, |
| 47 | + {id: 'MotherInnocent'}, |
| 48 | + {id: 'Gribier'}, |
| 49 | + {id: 'Jondrette'}, |
| 50 | + {id: 'Mme.Burgon'}, |
| 51 | + {id: 'Gavroche'}, |
| 52 | + {id: 'Gillenormand'}, |
| 53 | + {id: 'Magnon'}, |
| 54 | + {id: 'Mlle.Gillenormand'}, |
| 55 | + {id: 'Mme.Pontmercy'}, |
| 56 | + {id: 'Mlle.Vaubois'}, |
| 57 | + {id: 'Lt.Gillenormand'}, |
| 58 | + {id: 'Marius'}, |
| 59 | + {id: 'BaronessT'}, |
| 60 | + {id: 'Mabeuf'}, |
| 61 | + {id: 'Enjolras'}, |
| 62 | + {id: 'Combeferre'}, |
| 63 | + {id: 'Prouvaire'}, |
| 64 | + {id: 'Feuilly'}, |
| 65 | + {id: 'Courfeyrac'}, |
| 66 | + {id: 'Bahorel'}, |
| 67 | + {id: 'Bossuet'}, |
| 68 | + {id: 'Joly'}, |
| 69 | + {id: 'Grantaire'}, |
| 70 | + {id: 'MotherPlutarch'}, |
| 71 | + {id: 'Gueulemer'}, |
| 72 | + {id: 'Babet'}, |
| 73 | + {id: 'Claquesous'}, |
| 74 | + {id: 'Montparnasse'}, |
| 75 | + {id: 'Toussaint'}, |
| 76 | + {id: 'Child1'}, |
| 77 | + {id: 'Child2'}, |
| 78 | + {id: 'Brujon'}, |
| 79 | + {id: 'Mme.Hucheloup'} |
80 | 80 | ], |
81 | 81 | links: [ |
82 | 82 | {source: 'Napoleon', target: 'Myriel', value: 1}, |
|
0 commit comments