-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
53 lines (53 loc) · 1.33 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": "",
"link": ""
},
"text": {
"title": "Abordagem I",
"more": "Grafo de tópicos do conhecimento considerando a abordagem 1. Os vértices e as arestas normalizadas representam os tópicos e a frequência do relacionamento, respectivamente.",
"intro": "Grafo de tópicos do conhecimento considerando a abordagem 1."
},
"legend": {
"edgeLabel": "Influência",
"colorLabel": "Grau de saída",
"nodeLabel": "Tópicos"
},
"features": {
"search": false,
"groupSelectorAttribute": false,
"hoverBehavior": "default"
},
"informationPanel": {
"imageAttribute": false,
"groupByEdgeDirection": true
},
"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
}
}
}