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 += `