-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
52 lines (52 loc) · 1.52 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
{
"type": "network",
"version": "1.0",
"data": "data.json",
"logo": {
"text": "Martin Grandjean",
"file": "https://raw.githubusercontent.com/grandjeanmartin/intellectual-cooperation/master/images/intellectualcooperation.png",
"link": "http://www.martingrandjean.ch"
},
"text": {
"title": "International Committee on Intellectual Cooperation (BETA)",
"intro": "Mapping the archives of the League of Nations ICIC (1919-1927). Martin Grandjean 2018, University of Lausanne. CC-BY-SA"
},
"legend": {
"edgeLabel": "Two individuals appears in the same file",
"colorLabel": "Members of the ICIC, of the Section, of the IIIC and others (from dark blue to white)",
"nodeLabel": "Individual appearing in an ICIC file"
},
"features": {
"search": true,
"groupSelectorAttribute": "Cat1",
"hoverBehavior": "Dim"
},
"informationPanel": {
"imageAttribute": false,
"groupByEdgeDirection": false
},
"sigma": {
"graphProperties": {
"minEdgeSize": 0.1,
"maxNodeSize": 20,
"maxEdgeSize": 5,
"minNodeSize": 0.5
},
"drawingProperties": {
"labelThreshold": 100,
"hoverFontStyle": "normal",
"defaultEdgeType": "curve",
"defaultLabelColor": "#000",
"defaultLabelHoverColor": "#fff",
"defaultLabelSize": 14,
"activeFontStyle": "bold",
"fontStyle": "bold",
"defaultHoverLabelBGColor": "#000",
"defaultLabelBGColor": "#ddd"
},
"mouseProperties": {
"minRatio": 0.75,
"maxRatio": 5
}
}
}