-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
53 lines (53 loc) · 1.35 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": "Nicolas Rault"
},
"text": {
"more": "Graph representing the connections summarized from the analysis of 57 nuclei from the Allen Brain Database containing tracing experiments on mice. \nThis is the connectome of the mouse whisker system.",
"intro": "Map of the whisker system of the rodent",
"title": "Whisker System of the rodent"
},
"legend": {
"edgeLabel": "Connection",
"colorLabel": "Structure",
"nodeLabel": "Structure"
},
"features": {
"search": true,
"groupSelectorAttribute": false,
"hoverBehavior": "dim"
},
"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
}
}
}