Skip to content

Commit

Permalink
[BUG] Change colors for Alerts STATUS chart opensearch-project#299
Browse files Browse the repository at this point in the history
[BUG] Change color for Alerts SEVERITY chart opensearch-project#300
[BUG] Change color for Finding RULE SEVERITY chart opensearch-project#301

Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Jan 10, 2023
1 parent 9ac8923 commit d820ee8
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions public/pages/Overview/utils/__snapshots__/helper.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,19 @@ Object {
"color": Object {
"field": "",
"scale": Object {
"domain": Array [
"5 (Lowest)",
"4 (Low)",
"3 (Medium)",
"2 (High)",
"1 (Highest)",
],
"range": Array [
"#54B399",
"#6092C0",
"#D36086",
"#9170B8",
"#CA8EAE",
"#D6BF57",
"#B9A888",
"#DA8B45",
"#AA6556",
"#E7664C",
"#209280",
"#54b399",
"#d6bf57",
"#e7664c",
"#cc5642",
],
},
"title": "Alert severity",
Expand Down Expand Up @@ -150,17 +152,19 @@ Object {
"color": Object {
"field": "",
"scale": Object {
"domain": Array [
"info",
"low",
"medium",
"high",
"critical",
],
"range": Array [
"#54B399",
"#6092C0",
"#D36086",
"#9170B8",
"#CA8EAE",
"#D6BF57",
"#B9A888",
"#DA8B45",
"#AA6556",
"#E7664C",
"#209280",
"#54b399",
"#d6bf57",
"#e7664c",
"#cc5642",
],
},
"title": "Rule severity",
Expand Down

0 comments on commit d820ee8

Please sign in to comment.