You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/04/06 12:36:42 UTC

[superset] branch master updated (adcb8cf0ac -> 30f210b842)

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

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


    from adcb8cf0ac refactor: Moves CRUD features to src/features (#23482)
     add 30f210b842 feat: Enables ECharts legend selector (#23590)

No new revisions were added by this update.

Summary of changes:
 .../src/Funnel/transformProps.ts                   |  2 +-
 .../src/Graph/transformProps.ts                    |  3 +-
 .../src/MixedTimeseries/transformProps.ts          |  8 ++-
 .../plugin-chart-echarts/src/Pie/transformProps.ts |  2 +-
 .../src/Radar/transformProps.ts                    |  2 +-
 .../src/Timeseries/transformProps.ts               |  8 ++-
 .../plugin-chart-echarts/src/utils/series.ts       |  9 ++++
 .../plugin-chart-echarts/test/utils/series.test.ts | 58 +++++++++++++++++++---
 8 files changed, 80 insertions(+), 12 deletions(-)