Versions Compared

Key

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


scrollbar



 

What

TimeSeriesDisplayConfig.xml

Config group

SystemConfigFiles

Required

no

Description

Configuration file for the time series display (line styles etc)

schema location

http://fews.wldelft.nl/schemas/version1.0/timeSeriesDisplay.xsd

Table of Contents

Introduction

...

With the use of legendFormat you can customise what insformation information you wish to see on the legend of a graph plot.  Currently the supported data types are: location id, location name, location shoert short name, parameter name, parameter id.

...

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

...