Skip to main content

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.
The Sort by transformation requires updating the Charts function to retrieve values.
The Sort by transformation requires updating the Charts function to retrieve values.

Example

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