Transformations
Transformations can modify the returned data frames and may require code updates for retrieving values from data
.
Sort by
The Sort by
transformation modifies the structure of the returned data frames and requires:
- Setting an array with order identifiers.
- Setting an array with values.
- Getting sorted values for each array.

Example
docs/volkovlabs-echarts-panel/js/transformations.js
loading...