Versions Compared

Key

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

showPeaksAbove

 

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

...

  • season (since 2015.01): one ore more color seasons can be configured with a color that will be used to display a point if the time of the scatter show peaks above plot point is in that period. Periods should NOT be overlapping.
Code Block
xml
xml
<statisticalFunction function="scatterPlotshowPeaksAbove" label="Seasonal ScatterplotShow Peaks Above">
	<season startMonthDay="--01-01" endMonthDay="--03-31" label="January,FebruarFebruary,March" color="orange"/>
	<season startMonthDay="--04-01" endMonthDay="--06-30" label="April, May, June" color="green"/>
	<season startMonthDay="--07-01" endMonthDay="--09-30" label="July, August, September" color="yellow"/>
	<season startMonthDay="--10-01" endMonthDay="--12-31" label="October, November, December" color="red"/>
</statisticalFunction>

...