Versions Compared

Key

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

...

Use the following tags in the legendformat, they will be automatically replaced with the correct values:  

%LOCATION_ID%,
%LOCATION_NAME%,
%LOCATION_SHORTNAME%,
%PARAMETER_ID%,
%FORECASTINDEX%
%MODULEINSTANCE%
%ENSEMBLEID%
%ENSEMBLEMEMBERID%
%QUALIFIERNAME%
%PARAMETER_NAME%.

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) 

Configuring a legendFormat will owerride any other (additional) default information.

...