From c1b210b663106c95921eb74ab9f81929a0fd10d2 Mon Sep 17 00:00:00 2001 From: Rod Glover Date: Tue, 30 Jun 2020 16:09:11 -0700 Subject: [PATCH] Add 'Total' annotation to pr, prsn in Maps --- public/external-text/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/external-text/default.yaml b/public/external-text/default.yaml index a60f722b..b1f982ae 100644 --- a/public/external-text/default.yaml +++ b/public/external-text/default.yaml @@ -252,7 +252,7 @@ tabs: title: "#### Projected: ${$$.components.period}" colourScale: label: | - ${label} (${unitsSpec.label}) + ${ (id === 'pr' || id === 'prsn') ? 'Total' : '' } ${label} (${unitsSpec.label}) note: | ${logscale ? $$.tabs.maps.colourScale.logscaleNote : ''} This colour scale applies to both maps. logscaleNote: |