Skip to content

Commit 61ed7e9

Browse files
enrich color coding of kudu map
#31 research additional formatting options #32 color blind support
1 parent 6676f25 commit 61ed7e9

File tree

1 file changed

+45
-5
lines changed

1 file changed

+45
-5
lines changed

diagrams/vc-spec-map/kumu-vc-spec-map-definition.json

+45-5
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"private": false,
5555
"limit": 1,
5656
"category": "General",
57-
"prompt": "autocomplete",
57+
"prompt": "list",
5858
"locked": false,
5959
"values": [
6060
"W3C Working Draft",
@@ -75,7 +75,18 @@
7575
"W3C Recommendation",
7676
"Aries RFC",
7777
"W3C Working Group Note",
78-
"Network Working Group Internet Draft"
78+
"Network Working Group Internet Draft",
79+
"WW3C Draft Community Group Report",
80+
"W3C Candidate Recommendation",
81+
"W3C Editors Draft",
82+
"DIF Working Group Approved Draft",
83+
"DIF Working Group Draft",
84+
"DIF Editor's Draft",
85+
"DIF Informational",
86+
"Internet Informational Draft",
87+
"W3C Draft Group Community Report",
88+
"W3C Draftt Community Group Report",
89+
null
7990
],
8091
"sort": false,
8192
"cluster": true
@@ -91,7 +102,8 @@
91102
"locked": false,
92103
"values": [
93104
"core",
94-
"non-core"
105+
"non-core",
106+
"intermediate"
95107
],
96108
"sort": false,
97109
"cluster": true
@@ -148,7 +160,8 @@
148160
"Informational",
149161
"Aries Proposed",
150162
"Aries Demonstrated",
151-
"Candidate Recommendation"
163+
"Candidate Recommendation",
164+
null
152165
],
153166
"sort": false,
154167
"cluster": true
@@ -166,6 +179,28 @@
166179
"sort": false,
167180
"cluster": true
168181
},
182+
{
183+
"_id": "attr-a4Or140Z",
184+
"name": "Spec Last Reviewed Date",
185+
"format": "string",
186+
"private": false,
187+
"limit": 1,
188+
"category": "General",
189+
"prompt": "list",
190+
"locked": false,
191+
"values": [
192+
"12/30/2020",
193+
"11/17/2020",
194+
null,
195+
"12/4/2020",
196+
"1/8/2021",
197+
"1/12/2021",
198+
null,
199+
"1/15/2021"
200+
],
201+
"sort": false,
202+
"cluster": true
203+
},
169204
{
170205
"_id": "attr-M43i9U7j",
171206
"name": "Tags",
@@ -252,12 +287,17 @@
252287
{
253288
"_id": "pers-YCmf78hh",
254289
"name": "Full Map Text Block",
255-
"style": "@settings {\n template: causal-loop;\n layout-preset: hairball;\n layout: force;\n element-color: categorize(\"Element Type\", neon2);\n same-label: \"\";\n opposite-label: \"\";\n font-size: 47;\n}\n\n"
290+
"style": "@controls {\n bottom-right {\n filter {\n target: element;\n by: \"element type\";\n as: buttons;\n multiple: true;\n default: show-all;\n }\n }\n\n bottom-right {\n filter {\n target: connection;\n by: \"connection type\";\n as: buttons;\n multiple: true;\n default: show-all;\n }\n }\n}\n\n@settings {\n template: causal-loop;\n layout-preset: hairball;\n layout: force;\n same-label: \"\";\n opposite-label: \"\";\n font-size: 47;\n}\n\n/* depends */\nconnection[\"connection type\"=\"depends\"] {\n size: 15;\n color: #000000;\n}\n\n/* implements */\nconnection[\"connection type\"=\"implements\"] {\n color: #56B4E9;\n}\n\n/* references */\nconnection[\"connection type\"=\"references\"] {\n color: #0072B2;\n}\n\n/* extends */\nconnection[\"connection type\"=\"extends\"] {\n color: #E69F00;\n}\n\n/* related */\nconnection[\"connection type\"=\"related\"] {\n color: #CC79A7;\n}\n\n/* elements: intermediate */\n[\"Element Type\"=\"intermediate\"] {\n color: #E69F00;\n}\n\n/* core */\nelement[\"element type\"=\"core\"] {\n color: #0AD2F1;\n}\n\n/* non-core */\nelement[\"element type\"=\"non-core\"] {\n color: #F7E81F;\n}"
256291
},
257292
{
258293
"_id": "pers-roGGZvV4",
259294
"name": "Text Map All Nodes",
260295
"style": "@settings {\n template: causal-loop;\n}\n\n"
296+
},
297+
{
298+
"_id": "pers-eu538HBr",
299+
"name": "playground",
300+
"style": "@controls {\n bottom-right {\n filter {\n target: element;\n by: \"element type\";\n as: buttons;\n multiple: true;\n default: show-all;\n }\n }\n\n bottom-right {\n filter {\n target: connection;\n by: \"connection type\";\n as: buttons;\n multiple: true;\n default: show-all;\n }\n }\n}\n\n@settings {\n template: causal-loop;\n layout-preset: hairball;\n layout: force;\n same-label: \"\";\n opposite-label: \"\";\n font-size: 47;\n}\n\n/* depends */\nconnection[\"connection type\"=\"depends\"] {\n size: 15;\n color: #000000;\n}\n\n/* implements */\nconnection[\"connection type\"=\"implements\"] {\n color: #56B4E9;\n}\n\n/* references */\nconnection[\"connection type\"=\"references\"] {\n color: #0072B2;\n}\n\n/* extends */\nconnection[\"connection type\"=\"extends\"] {\n color: #E69F00;\n}\n\n/* related */\nconnection[\"connection type\"=\"related\"] {\n color: #CC79A7;\n}\n\n/* elements: intermediate */\n[\"Element Type\"=\"intermediate\"] {\n color: #E69F00;\n}\n\n/* core */\nelement[\"element type\"=\"core\"] {\n color: #0AD2F1;\n}\n\n/* non-core */\nelement[\"element type\"=\"non-core\"] {\n color: #F7E81F;\n}\n\n"
261301
}
262302
]
263303
}

0 commit comments

Comments
 (0)