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 07:23:40 UTC

(superset) branch upgrade-to-storybook-7 updated (c82191df9c -> 841b346a0b)

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 c82191df9c more working stories
     add 4b44c948a3 Migrating area chart, fixing a bug
     add 78be8d5c5a BoxPlot
     add c507d37c14 fixing nav issue
     add a0081c9e21 fixing incorrect import
     add 3bc029de10 area chart categorized correctly
     add 5d42a5019a "fixing" weird circular dependency problem
     add 841b346a0b Bubble Chart refactor

No new revisions were added by this update.

Summary of changes:
 .../shared/components/ResizableChartDemo.tsx       |   2 +-
 .../AreaTimeseries/AreaTimeseries.stories.tsx      | 199 +++++++++++++++++++++
 .../AreaTimeseries/Stories.tsx                     |  88 ---------
 .../BoxPlot/{Stories.tsx => BoxPolot.stories.tsx}  |  21 ++-
 .../{Stories.tsx => BubbleChart.stories.tsx}       |  92 ++++++++--
 .../src/Timeseries/constants.ts                    |  12 +-
 .../src/Timeseries/transformProps.ts               |   2 +-
 7 files changed, 294 insertions(+), 122 deletions(-)
 create mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/AreaTimeseries/AreaTimeseries.stories.tsx
 delete mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/AreaTimeseries/Stories.tsx
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/BoxPlot/{Stories.tsx => BoxPolot.stories.tsx} (80%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Bubble/{Stories.tsx => BubbleChart.stories.tsx} (65%)