Versions Compared

Key

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

...

Code Block
languagexml
titleConfiguration of Moving Accumulation Slider
<gridPlot id="MeteoSat">
	<!-- omitted the time series configuration for clarity -->
	<movingAccumulationTimeSpan unit="hour" multiplier="6"/>
	<movingAccumulationTimeSpan unit="hour" multiplier="12"/>
	<movingAccumulationTimeSpan unit="day" multiplier="1"/>
	<movingAccumulationTimeSpan unit="day" multiplier="2"/>
	<movingAccumulationTimeSpan unit="day" multiplier="3"/>
</gridPlot>
timeSliderColor

Available since 2025.02. 

By default, the time slider shows the color of the maximum value in the display. To change this to minimum, for example when you are interested to see at which times there are extremely dry grid cells, one can change this 'minimum':

Code Block
languagexml
<timeSliderColor>minimum</timeSliderColor>

To inform the user about this setting, one can indicate this behavior by writing this in the description of the class break definition (see above).

verticalSliderRange

Available since: 2017.02

...