metrics: make the high line darker

This commit is contained in:
Girish Ramakrishnan
2025-07-08 10:50:46 +02:00
parent 6b2e98b9be
commit 782ecbd750
+1 -1
View File
@@ -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
}
}