feat: add radar legend

This commit is contained in:
Mathias Schopmans
2024-02-26 17:06:46 +01:00
committed by Mathias Schopmans
parent 4c0bfa1a65
commit 0d62c0d70b
7 changed files with 100 additions and 4 deletions

View File

@@ -67,12 +67,17 @@
"new": {
"color": "#f1235a",
"title": "New",
"titleShort": "N"
"titleShort": "N",
"description": "New in this version"
},
"changed": {
"color": "#40a7d1",
"title": "Changed",
"titleShort": "C"
"titleShort": "C",
"description": "Recently changed"
},
"default": {
"description": "Unchanged"
}
},
"chart": {