feat: render blips on radar
This commit is contained in:
committed by
Mathias Schopmans
parent
1b7634a2ef
commit
16f29cd4d4
@@ -36,22 +36,22 @@
|
||||
"description": "We can clearly recommend this technology. We have used it for longer period of time in many teams and it has proven to be stable and useful.",
|
||||
"color": "#5cb449",
|
||||
"radius": 0.5,
|
||||
"strokeWidth": 6
|
||||
"strokeWidth": 5
|
||||
},
|
||||
{
|
||||
"id": "trial",
|
||||
"title": "Trial",
|
||||
"description": "We have used it with success and recommend to have a closer look at the technology in this ring. The goal of items here is to look at them more closely, with the goal to bring them to the adopt level.",
|
||||
"color": "#faa03d",
|
||||
"radius": 0.7,
|
||||
"strokeWidth": 4
|
||||
"radius": 0.69,
|
||||
"strokeWidth": 3
|
||||
},
|
||||
{
|
||||
"id": "assess",
|
||||
"title": "Assess",
|
||||
"description": "We have tried it out and we find it promising. We recommend having a look at these items when you face a specific need for the technology in your project.",
|
||||
"color": "#029df7",
|
||||
"radius": 0.88,
|
||||
"radius": 0.85,
|
||||
"strokeWidth": 2
|
||||
},
|
||||
{
|
||||
@@ -60,7 +60,7 @@
|
||||
"description": "This category is a bit special. Unlike the others, we recommend to stop doing or using something. That does not mean that they are bad and it often might be ok to use them in existing projects. But we move things here if we think we shouldn't do them anymore - because we see better options or alternatives now.",
|
||||
"color": "#688190",
|
||||
"radius": 1,
|
||||
"strokeWidth": 1
|
||||
"strokeWidth": 0.75
|
||||
}
|
||||
],
|
||||
"flags": {
|
||||
@@ -74,5 +74,9 @@
|
||||
"title": "Changed",
|
||||
"titleShort": "C"
|
||||
}
|
||||
},
|
||||
"chart": {
|
||||
"size": 800,
|
||||
"blipSize": 12
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user