Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

%LOCATION_ID%,
%LOCATION_NAME%,
%LOCATION_SHORTNAME%
%PARAMETER_ID%
%FORECASTINDEX%
%MODULEINSTANCE%
%ENSEMBLEID%
%ENSEMBLEMEMBERID%
%QUALIFIERNAME%
%PARAMETER_NAME%.
%ADDITIONALPREFIX%
%MODIFIED%
%CUSTOMLABELEXTENTION%
%FUNCTIONLABEL%
%POSTPROCESSING%
%HISTORICALEVENTNAME%

Tags are case sensitive. If a tag configured that does not exist in the given time series, it will be replaced by an empty string. Example:
<legendFormat>%PARAMETER_NAME% %ENSEMBLEMEMBERID% measued at %LOCATION_NAME%</legendFormat>  → Water level measured at Lobith H105 
Legendformat does not work with timeseries header label function.

showValueInLegend works the same with or without legendFormat.

Currently not supported (compared to no legend format):

additionalPrefix
postprocessing
HistoricalEventName
modified
functionlabel
customlabelExtention

Examples:

  • <legendFormat>%PARAMETER_NAME%  measued at %LOCATION_NAME%</legendFormat>  → Water level measured at Lobith H105 
  • <legendFormat>%LOCATION_SHORTNAME% : %PARAMETER_ID%</legendFormat>  →  Lobith : WL
  • <legendFormat> %LOCATION_SHORTNAME% (%PARAMETER_NAME%)</legendFormat>   →  Lobith (Water level) 

...