Versions Compared

Key

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

...

  • unit identifies the time unit with which the time span is defined (enumeration of second, minute, hour, day, week).
  • start identifies the start time of the time span with reference to the T0 (in multiples of the unit defined).
  • end identifies the start time of the time span with reference to the T0 (in multiples of the unit defined).

Tooltips Config

The timeSeries tooltips can be configured using the toolTipsConfig element. In case time series have properties, they can be made visible in the tooltip by configuring the toolTipProperties element. If this element is configured, all available properties will be displayed. To display only a selection of properties in a predefined order, the properties can be configured using one or more "property" elements. An example configuration is as follows:

Code Block
	<toolTipsConfig>
		<toolTipProperties>
			<property>Observed_Date</property>
			<property>Prediction_Level</property>
			<property>Prediction_Level_Type</property>			
		</toolTipProperties>
	</toolTipsConfig>

 

Time Markers Display Configuration

...