Skip to content

Commit 987c70d

Browse files
Add status colors to bar chart on deployment oob dashboard
1 parent e590528 commit 987c70d

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

plugins/Vercel/v1/defaultContent/deployments.dash.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,17 @@
183183
"config": {
184184
"data-stream-bar-chart": {
185185
"color": {
186-
"type": "default"
186+
"type": "custom",
187+
"customColors": [
188+
{
189+
"color": "#2BB660",
190+
"expression": "series == \"Success\""
191+
},
192+
{
193+
"color": "#F2164D",
194+
"expression": "series == \"Error\""
195+
}
196+
]
187197
},
188198
"xAxisGroup": "state_uniqueValues",
189199
"showLegend": true,

0 commit comments

Comments
 (0)