-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
53 lines (53 loc) · 1.08 KB
/
config.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
{
"type": "network",
"version": "1.0",
"data": "data.json",
"logo": {
"file": "",
"link": "",
"text": ""
},
"text": {
"more": "mkl7klmklmklmklmklm",
"intro": "commenters",
"title": ""
},
"legend": {
"edgeLabel": "",
"colorLabel": "",
"nodeLabel": "n"
},
"features": {
"search": true,
"groupSelectorAttribute": false,
"hoverBehavior": "default"
},
"informationPanel": {
"groupByEdgeDirection": false,
"imageAttribute": false
},
"sigma": {
"drawingProperties": {
"defaultEdgeType": "curve",
"defaultHoverLabelBGColor": "#002147",
"defaultLabelBGColor": "#ddd",
"activeFontStyle": "bold",
"defaultLabelColor": "#000",
"labelThreshold": 10,
"defaultLabelHoverColor": "#fff",
"fontStyle": "bold",
"hoverFontStyle": "bold",
"defaultLabelSize": 14
},
"graphProperties": {
"maxEdgeSize": 0.5,
"minEdgeSize": 0.2,
"minNodeSize": 1,
"maxNodeSize": 7
},
"mouseProperties": {
"maxRatio": 20,
"minRatio": 0.75
}
}
}