temporaldataanimation

<TemporalDataAnimationConfig
<warningPointCount
>
required
integer

Soft upper limit for the total number of data points than can be displayed during the animation. If exceeded, the user will be asked if the player should start anyway. The number should be chosen in such a way that slightly exceeding it might lead to display problems, but not to a browser crash.

</warningPointCount>
<maximumPointCount
>
required
integer

Hard upper limit for the total number of data points than can be displayed during the animation. If exceeded, the animation will not start and an error message will be displayed. The number should be chosen in such a way that exceeding it might lead to a browser crash.

</maximumPointCount>
<maximumDisplayPointCount
>
required

Settings for the maximum number of data points displayed as tail behind a moving object. If exceeded, older points will be removed.

<internetExplorer
>
optional
integer

Maximum number of data points displayed as tail behind a moving object in Internet Explorer. As Internet Explorer is less performant than other browsers, this limit needs to be lower than the default.

</internetExplorer>
<default
>
required
integer

Maximum number of data points displayed as tail behind a moving object for all browsers except Internet Explorer.

</default>
</maximumDisplayPointCount>
>
required

The Temporal Data Animation feature displays time-dependent data series as animated tracks. Settings can be made here to prevent the system from being overloaded by rendering too many points.

</TemporalDataAnimationConfig>