Versions Compared

Key

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

...

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<legendTextFunction>%PARAMETER_NAME% %ENSEMBLEMEMBERID% measured at %LOCATION_NAME%</legendFormat>  → legendTextFunction>  → Water level measured at Lobith H105 
Legendformat does LegendTextFunction does not work with timeseries header label function.

showValueInLegend works the same with or without legendFormatlegendTextFunction.

Examples:

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

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

...