metrics: make the high line darker
This commit is contained in:
@@ -65,7 +65,7 @@ function createGraphOptions({ yscale, period, highMark }) {
|
||||
type: 'line',
|
||||
yMin: highMark,
|
||||
yMax: highMark,
|
||||
borderColor: 'rgb(75, 192, 192)',
|
||||
borderColor: 'rgb(139, 0, 0)',
|
||||
borderWidth: 0.5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user