From a656dd554166590822b4481fd00de080de15b975 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 19 Jan 2021 12:27:20 +0100 Subject: [PATCH] Turn Running total box transparent --- ts/graphs/reviews.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ts/graphs/reviews.ts b/ts/graphs/reviews.ts index 92bb53388..966ba8c74 100644 --- a/ts/graphs/reviews.ts +++ b/ts/graphs/reviews.ts @@ -253,7 +253,11 @@ export function renderReviews( i18n.tr(i18n.TR.STATISTICS_COUNTS_EARLY_CARDS), valueLabel(totals[4]), ], - ["grey", i18n.tr(i18n.TR.STATISTICS_RUNNING_TOTAL), valueLabel(cumulative)], + [ + "transparent", + i18n.tr(i18n.TR.STATISTICS_RUNNING_TOTAL), + valueLabel(cumulative), + ], ]; for (const [colour, label, detail] of lines) { buf += `