From d6e43e9e36e3c7d142c357e1b68e394c4a5108c7 Mon Sep 17 00:00:00 2001 From: "W. Evan Sheehan" Date: Fri, 10 Nov 2023 11:21:29 -0700 Subject: [PATCH] Darken the IQR region When the interquartile range is narrow, it's hard to see against the median line, so I darkened another shade in USWDS's color tokens to make it stand out a little more. --- src/unified_graphics/static/js/component/ChartTimeSeries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unified_graphics/static/js/component/ChartTimeSeries.js b/src/unified_graphics/static/js/component/ChartTimeSeries.js index 2f087f18..1b49f62e 100644 --- a/src/unified_graphics/static/js/component/ChartTimeSeries.js +++ b/src/unified_graphics/static/js/component/ChartTimeSeries.js @@ -54,7 +54,7 @@ export default class ChartTimeSeries extends ChartElement { } #iqr { - fill: #dfe1e2; + fill: #a9aeb1; } #current,