Versions Compared

Key

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

...

One or more items to define special behaviour and/or properties for chart components in this schematic status panel. Each item refers to an svg object that is defined in the given svg file. Each item also contains definitions of behaviour and/or properties for that object. This way it is possible to insert timeseries charts defined in the DisplayGroups configuration. Such charts are implicitly linked to a leftSingleClickAction that opens the same chart in a new Timeseries Display windowtime series dialog. By default, this the left click is disabled. But if the user wishes, leftSingleClickAction can be configured to enable the possibility to open a new time series dialog.

Charts are rendered as SVG <image> elements for embedding them in a schematic status panel, a . A practical problem with this is that empty <image> elements in a SVG file are considered in error and SVG editors (i.e. InkScape) that typically are used to prepare the SVG files will not allow you to insert <image> elements without an actual image attached. Therefore any shape element (<rect> is recommend) that has width and height properties can be used as a placeholder, that will be replaced by an image as the SVG file is processed. 

...

If specified, then the tags in the text of this component are replaced using data from the specified variable. See #tags.


Code Block
xml
xml
<chartComponentBehaviourDefinition>
	<svgObjectId>chart_Ijsselmeer</svgObjectId>
	<title>Waterstand IJsselmeer</title>
	<display>
		<displayId>Waterstand_IJsselmeer</displayId>
		<overrulingRelativeViewPeriod unit="hour" start="-48" end="72"/>
	</display>
	<axisLabels >true</axisLabels>
	<axisTitle>true</axisTitle>
	<imageScaleFactor>1.5</imageScaleFactor>
</chartComponentBehaviourDefinition> 

Left Single Click Action and Left Double Click Action Configuration Options

...