-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
53 lines (53 loc) · 1.32 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": {
"text": "",
"file": "/cfrptemplogo.png",
"link": ""
},
"text": {
"title": "",
"more": "",
"intro": "This series of network visualizations are based on 14 years of records. Two plays are staged each day in the theater although only one ticket is sold. Plays or authors whose plays are staged on the same day form a network of relationships in the theater. "
},
"legend": {
"edgeLabel": "",
"colorLabel": "",
"nodeLabel": ""
},
"features": {
"search": true,
"groupSelectorAttribute": false,
"hoverBehavior": "default"
},
"informationPanel": {
"imageAttribute": false,
"groupByEdgeDirection": false
},
"sigma": {
"graphProperties": {
"minEdgeSize": 0.2,
"maxNodeSize": 7,
"maxEdgeSize": 0.5,
"minNodeSize": 1
},
"drawingProperties": {
"labelThreshold": 10,
"hoverFontStyle": "bold",
"defaultEdgeType": "curve",
"defaultLabelColor": "#000",
"defaultLabelHoverColor": "#fff",
"defaultLabelSize": 14,
"activeFontStyle": "bold",
"fontStyle": "bold",
"defaultHoverLabelBGColor": "#002147",
"defaultLabelBGColor": "#ddd"
},
"mouseProperties": {
"minRatio": 0.75,
"maxRatio": 20
}
}
}