After selecting the parameters you want to visualize, you can immediately begin scripting your visualization configuration.
Links to examples are provided in the user interface and below.
To access data from parameters, you can use the following placeholders:
| Placeholder | Description |
|---|---|
__data[n] |
Get an array of data values for parameter 'n' |
__time[n] |
Get an array of time values for parameter 'n' |
__parameterName[n] |
Get the name of parameter 'n' |
__parameterUnit[n] |
Get the unit of parameter 'n' |
__parameterAspect[n] |
Get the aspect of parameter 'n' |
__parameterDecimalPlaces[n] |
Get the decimal places of parameter 'n' |
__parameterColor[n] |
Get the color of parameter 'n' |
__parameterCount |
Get the number of parameters |
__from |
Get the start of the date range as a number |
__to |
Get the end of the date range as a number |
__locale |
Get the locale of the user |
Note
Always state the keyword "return {}" to make your script and configuration working.
In the right side panel, a preview displays your resulting visualization.
Note
Always state the keyword "return {}" to make your script and configuration working.
In the right side panel, a preview displays your resulting visualization.