Transformations
Transformations can modify the returned data frames and may require code updates to retrieve values from data
.
Sort by
Transformation "Sort by" modify the structure of the returned data frames and requires:
- Set array with order identifiers.
- Set array with values.
- Get ordered values for each array.

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