Skip to content
Snippets Groups Projects
Commit 17e69ea0 authored by Mark's avatar Mark Committed by Cam Saul
Browse files

Add passed, error, and unstable defaults to chart colors (#9182)

parent 0c80cb34
No related merge requests found
......@@ -199,6 +199,7 @@ const PREFERRED_COLORS = {
"success",
"succeeded",
"pass",
"passed",
"valid",
"complete",
"completed",
......@@ -207,6 +208,7 @@ const PREFERRED_COLORS = {
"profit",
],
[colors["error"]]: [
"error",
"fail",
"failed",
"failure",
......@@ -219,7 +221,7 @@ const PREFERRED_COLORS = {
"deleted",
"pending",
],
[colors["warning"]]: ["warn", "warning", "incomplete"],
[colors["warning"]]: ["warn", "warning", "incomplete", "unstable"],
[colors["brand"]]: ["count"],
[colors["accent1"]]: ["sum"],
[colors["accent2"]]: ["average"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment