forked from UoMCS/syllabus-visualisation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
graph_style.json
executable file
·58 lines (58 loc) · 1.34 KB
/
graph_style.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
54
55
56
57
58
{
"unit_default": {
"fixedsize": true,
"style": "filled",
"width": 1.8,
"height": 1.8,
"fontname": "Helvetica",
"fontcolor": "white",
"shape": "doublecircle",
"color": "#255E69FF"
},
"unit_1": {
"inherit": "unit_default",
"color": "#8AB2B9FF"
},
"unit_2": {
"inherit": "unit_default",
"color": "#4D828CFF"
},
"unit_3": {
"inherit": "unit_default",
"color": "#0F454FFF"
},
"unit_4": {
"inherit": "unit_default",
"color": "#012C34FF"
},
"topic" : {
"style": "filled, rounded",
"fontname": "Helvetica",
"fontcolor": "white",
"color": "#2F3F73FF",
"shape" : "box"
},
"central_topic" : {
"inherit" : "topic",
"color" : "red"
},
"edge" : {
"color": "#00000040",
"headclip": true,
"tailclip": false
},
"category_edge" : {
"inherit" : "edge",
"style" : "invis",
"len" : 0.4
},
"category" : {
"fontname": "Helvetica",
"fontcolor": "white",
"fillcolor": "#432F75",
"color": "#230439",
"style": "filled",
"fixedsize": true,
"shape": "circle"
}
}