-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_bubble.json
47 lines (46 loc) · 2.07 KB
/
main_bubble.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{"name":"bubble", "children": [
{"name":"Family","description":"",
"children":[
{"name": "life","address":"http://d3js.org"},
{"name": "father","address":"http://d3js.org"},
{"name": "mother","address":"http://d3js.org"},
{"name": "kids","address":"http://d3js.org"},
{"name": "little","address":"http://d3js.org"},
{"name": "children","address":"http://d3js.org"},
{"name": "girl","address":"http://d3js.org"},
{"name": "wife","address":"http://d3js.org"}
]},
{"name": "Romance", "description": "Virtual Lab of Global Agriculture",
"children":[
{"name":"love","address":"http://d3js.org"},
{"name":"story","address":"http://d3js.org"},
{"name":"like","address":"http://d3js.org"},
{"name":"beautiful","address":"http://d3js.org"},
{"name":"man","address":"http://d3js.org"},
{"name":"woman","address":"http://d3js.org"},
{"name":"music","address":"http://d3js.org"},
{"name":"really","address":"http://d3js.org"}
]},
{"name":"Horror", "description":"Profiles of Country",
"children":[
{"name":"gore","address":"http://d3js.org"},
{"name":"house","address":"http://d3js.org"},
{"name":"house","address":"http://d3js.org"},
{"name":"killer","address":"http://uis.edu/ens"},
{"name":"plot","address":"http://d3js.org"},
{"name":"scary","address":"http://d3js.org"},
{"name":"special","address":"http://d3js.org"},
{"name":"blood","address":"http://d3js.org"}
]},
{"name":"Comedy", "description":"Crop Data in 5 minutes grid",
"children":[
{"name":"humor","address":"http://d3js.org"},
{"name":"funny","address":"http://d3js.org"},
{"name":"jokes","address":"http://d3js.org"},
{"name":"fun","address":"http://d3js.org"},
{"name":"best","address":"http://d3js.org"},
{"name":"laugh","address":"http://d3js.org"},
{"name":"good","address":"http://d3js.org"},
{"name":"hilarious","address":"http://d3js.org"}
]}
]}