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

...

There are four elements which can be used to influence different font sizes in the time series dialog:

  • <legendFontSize>
  • <legendFormat>
  • <axisTitleFontSize>
  • <tickLabelFontSize>
  • <thresholdLabelFontSize>
legendFormat

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

Use the following tags in the legendformat, they will be automatically replaced with the correct values:  %LOCATION_ID%, %LOCATION_NAME%, %LOCATION_SHORTNAME%, %PARAMETER_ID%, %PARAMETER_NAME%. Tags are case sensitive.

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.

barMarginPercentage

Percentage of the bar width by which the bar width will be reduced, to create space between the bars. Default value is 0. Since 2018.02 the barMarginPercentage can also be set for a specific subplot in the DisplayGroups.xml. These configured values will overrule the general barMarginPercentage for that specific subplot if present.

...