This is an automated email from the ASF dual-hosted git repository.
stephenlyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 0238492df7 docs: Updates CHANGELOG.md with 1.5.1 fixes (#20307)
add eab0009101 feat(plugin-chart-echarts): [feature-parity] support extra
control for the area chart V2 (#16493)
No new revisions were added by this update.
Summary of changes:
.../components/RadioButtonControl.tsx | 2 +-
.../src/MixedTimeseries/transformProps.ts | 4 +-
.../src/MixedTimeseries/types.ts | 5 +-
.../src/Timeseries/Area/controlPanel.tsx | 36 ++++++-
.../src/Timeseries/EchartsTimeseries.tsx | 26 +++--
.../src/Timeseries/transformProps.ts | 66 ++++++------
.../src/Timeseries/transformers.ts | 13 ++-
.../plugin-chart-echarts/src/Timeseries/types.ts | 4 +-
.../src/components/ExtraControls.tsx | 112 +++++++++++++++++++++
.../plugins/plugin-chart-echarts/src/constants.ts | 18 +++-
.../plugins/plugin-chart-echarts/src/controls.tsx | 6 +-
.../plugins/plugin-chart-echarts/src/types.ts | 5 +
.../plugin-chart-echarts/src/utils/series.ts | 83 +++++++++++++--
.../src/components/Chart/ChartRenderer.jsx | 1 +
.../dashboard/components/gridComponents/Chart.jsx | 3 +
.../components/gridComponents/ChartHolder.jsx | 15 ++-
.../src/dashboard/containers/Chart.jsx | 4 +-
.../util/charts/getFormDataWithExtraFilters.ts | 8 +-
.../util/getFormDataWithExtraFilters.test.ts | 8 ++
19 files changed, 349 insertions(+), 70 deletions(-)
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/src/components/ExtraControls.tsx