Skip to content

Commit 7c88f06

Browse files
bengtmagnuswalro
andauthored
Chart color added (#1756)
### WHAT is this pull request doing? Adds a chart color. ### HOW can this pull request be tested? On a queue - see the color of "Dedup" in the Rates chart --------- Co-authored-by: Robin Wallin <[email protected]>
1 parent 1039f19 commit 7c88f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/js/chart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Chart.register(Title)
1212
Chart.register(Filler)
1313

1414
const chartColors = ['#54be7e', '#4589ff', '#d12771', '#d2a106', '#08bdba', '#bae6ff', '#ba4e00',
15-
'#d4bbff', '#8a3ffc', '#33b1ff', '#007d79']
15+
'#d4bbff', '#8a3ffc', '#33b1ff', '#007d79', '#770f1c']
1616

1717
const POLLING_RATE = 5000
1818
const X_AXIS_LENGTH = 600000 // 10 min

0 commit comments

Comments
 (0)