You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/05 21:08:00 UTC

(superset) branch upgrade-to-storybook-7 updated (9564ea8316 -> 7842fa5261)

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

rusackas pushed a change to branch upgrade-to-storybook-7
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 9564ea8316 More stories enabled/ported
     add 7842fa5261 a few more charts, a few more bugfixes...

No new revisions were added by this update.

Summary of changes:
 .../AreaSeries.stories.tsx}                        |   0
 .../{AreaTimeseries => AreaSeries}/data.ts         |   0
 .../Funnel/{Stories.tsx => Funnel.stories.tsx}     |  80 +++--
 .../Gauge/{Stories.tsx => Gauge.stories.tsx}       |   3 +-
 .../Graph/{Stories.tsx => Graph.stories.tsx}       |   3 +-
 .../MixedSeries/MixedSeries.stories.tsx            | 354 +++++++++++++++++++++
 .../negativeData.ts                                |   0
 .../MixedTimeseries/Stories.tsx                    | 173 ----------
 .../{Stories.tsx => WordCloud.stories.tsx}         |  28 +-
 .../src/MixedTimeseries/transformProps.ts          |   4 +-
 .../src/Timeseries/transformProps.ts               |   2 +-
 11 files changed, 436 insertions(+), 211 deletions(-)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/{AreaTimeseries/AreaTimeseries.stories.tsx => AreaSeries/AreaSeries.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/{AreaTimeseries => AreaSeries}/data.ts (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Funnel/{Stories.tsx => Funnel.stories.tsx} (58%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Gauge/{Stories.tsx => Gauge.stories.tsx} (94%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Graph/{Stories.tsx => Graph.stories.tsx} (94%)
 create mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/MixedSeries/MixedSeries.stories.tsx
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/{MixedTimeseries => MixedSeries}/negativeData.ts (100%)
 delete mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/MixedTimeseries/Stories.tsx
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-word-cloud/{Stories.tsx => WordCloud.stories.tsx} (83%)