Skip to main content

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.
Transformation Sort by requires updating Apache ECharts function to retrieve values.
Transformation Sort by requires updating Apache ECharts function to retrieve values.

Example

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