-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcy-style.json
144 lines (144 loc) · 2.97 KB
/
cy-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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[{
"selector": "core",
"style": {
"selection-box-color": "#AAD8FF",
"selection-box-border-color": "#8BB0D0",
"selection-box-opacity": "0.5"
}
}, {
"selector": "node",
"style": {
"width": "mapData(score, 0, 0.006769776522008331, 20, 60)",
"height": "mapData(score, 0, 0.006769776522008331, 20, 60)",
"content": "data(name)",
"font-size": "12px",
"text-valign": "center",
"text-halign": "center",
"background-color": "#555",
"text-outline-color": "#555",
"text-outline-width": "2px",
"color": "#fff",
"overlay-padding": "6px",
"z-index": "10"
}
}, {
"selector": "node[?attr]",
"style": {
"shape": "rectangle",
"background-color": "#aaa",
"text-outline-color": "#aaa",
"width": "16px",
"height": "16px",
"font-size": "6px",
"z-index": "1"
}
}, {
"selector": "node[?query]",
"style": {
"background-clip": "none",
"background-fit": "contain"
}
}, {
"selector": "node:selected",
"style": {
"border-width": "6px",
"border-color": "#AAD8FF",
"border-opacity": "0.5",
"background-color": "#77828C",
"text-outline-color": "#77828C"
}
}, {
"selector": "edge",
"style": {
"curve-style": "haystack",
"haystack-radius": "0.5",
"opacity": "0.4",
"line-color": "#bbb",
"width": "mapData(weight, 0, 1, 1, 8)",
"overlay-padding": "3px"
}
}, {
"selector": "node.unhighlighted",
"style": {
"opacity": "0.2"
}
}, {
"selector": "edge.unhighlighted",
"style": {
"opacity": "0.05"
}
}, {
"selector": ".highlighted",
"style": {
"z-index": "999999"
}
}, {
"selector": "node.highlighted",
"style": {
"border-width": "6px",
"border-color": "#AAD8FF",
"border-opacity": "0.5",
"background-color": "#394855",
"text-outline-color": "#394855"
}
}, {
"selector": "edge.filtered",
"style": {
"opacity": "0"
}
}, {
"selector": "edge[group=\"coexp\"]",
"style": {
"line-color": "#d0b7d5"
}
}, {
"selector": "edge[group=\"coloc\"]",
"style": {
"line-color": "#a0b3dc"
}
}, {
"selector": "edge[group=\"gi\"]",
"style": {
"line-color": "#90e190"
}
}, {
"selector": "edge[group=\"path\"]",
"style": {
"line-color": "#9bd8de"
}
}, {
"selector": "edge[group=\"pi\"]",
"style": {
"line-color": "#eaa2a2"
}
}, {
"selector": "edge[group=\"predict\"]",
"style": {
"line-color": "#f6c384"
}
}, {
"selector": "edge[group=\"spd\"]",
"style": {
"line-color": "#dad4a2"
}
}, {
"selector": "edge[group=\"spd_attr\"]",
"style": {
"line-color": "#D0D0D0"
}
}, {
"selector": "edge[group=\"reg\"]",
"style": {
"line-color": "#D0D0D0"
}
}, {
"selector": "edge[group=\"reg_attr\"]",
"style": {
"line-color": "#D0D0D0"
}
}, {
"selector": "edge[group=\"user\"]",
"style": {
"line-color": "#f0ec86"
}
}]