-
Notifications
You must be signed in to change notification settings - Fork 0
/
nodesedges.json
85 lines (85 loc) · 1.8 KB
/
nodesedges.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"nodes": [
{
"id": 1,
"shape": "circle",
"label": "HTML5"
},
{
"id": 2,
"shape": "box",
"label": "CSS3"
},
{
"id": 3,
"shape": "image",
"image": "http://ryanchristiani.com/wp-content/uploads/2015/06/js-logo.png",
"label": "JS"
},
{
"id": 4,
"shape": "image",
"image": "http://www.freeiconspng.com/uploads/less-icon-17.png",
"label": "LESS"
},
{
"id": 5,
"shape": "image",
"image": "https://static.raymondcamden.com/images/2016/11/pug.png",
"label": "PUG"
},
{
"id": 6,
"shape": "image",
"image": "https://cdn-images-1.medium.com/max/529/1*XmHUL5DeySv_dGmvbPqdDQ.png",
"label": "Babel"
},
{
"id": 7,
"shape": "image",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/PostCSS_Logo.svg/2000px-PostCSS_Logo.svg.png",
"label": "PostCSS"
},
{
"id": 8,
"shape": "image",
"image": "http://www.unixstickers.com/image/cache/data/stickers/bootstrap/xbootstrap.sh-340x340.png.pagespeed.ic.rjul6vd1jk.png",
"label": "Bootstrap"
}
],
"edges": [
{"from": 1, "to": 2},
{"from": 1, "to": 3},
{"from": 2, "to": 4},
{"from": 1, "to": 5},
{"from": 3, "to": 6},
{"from": 2, "to": 7},
{"from": 2, "to": 8}
],
"options": {
"nodes": {
"borderWidth":0,
"size":42,
"color": {
"border": "#222",
"background": "#ecfed8"
},
"font": {
"color": "#111",
"face": "Walter Turncoat",
"size": 16,
"strokeWidth": 1,
"strokeColor": "#222"
}
},
"edges": {
"color": {
"color": "red",
"highlight": "#A22"
},
"width": 3,
"length": 275,
"hoverWidth": 0.05
}
}
}