You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2023/03/06 09:50:31 UTC

[superset] branch master updated (71a9d0d403 -> 1b139d0748)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 71a9d0d403 fix(plugin-chart-echarts): render horizontal categories from top (#23273)
     add 1b139d0748 feat(generic-x-axis): add x sorting on series limit metric (#23274)

No new revisions were added by this update.

Summary of changes:
 .../src/operators/pivotOperator.ts                 |  6 +-
 .../src/operators/sortOperator.ts                  |  4 +-
 .../src/operators/utils/extractExtraMetrics.ts}    | 24 +++---
 .../src/operators/utils/index.ts                   |  1 +
 .../src/shared-controls/customControls.tsx         | 83 ++++++++++---------
 .../test/operators/pivotOperator.test.ts           | 30 +++++++
 .../test/operators/sortOperator.test.ts            | 25 ++++++
 .../operators/utils/extractExtraMetrics.test.ts    | 94 ++++++++++++++++++++++
 .../src/Timeseries/buildQuery.ts                   | 35 ++++----
 .../src/Timeseries/transformProps.ts               | 51 +++++++-----
 .../plugin-chart-echarts/src/utils/series.ts       |  3 +
 11 files changed, 271 insertions(+), 85 deletions(-)
 copy superset-frontend/{plugins/plugin-chart-handlebars/src/plugin/buildQuery.ts => packages/superset-ui-chart-controls/src/operators/utils/extractExtraMetrics.ts} (65%)
 create mode 100644 superset-frontend/packages/superset-ui-chart-controls/test/operators/utils/extractExtraMetrics.test.ts