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/08 05:32:16 UTC

(superset) branch upgrade-to-storybook-7 updated (c96ca4e3b9 -> 78bac8af1a)

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 c96ca4e3b9 Waterfall needs default colors or it will crash.
     add 78bac8af1a linting

No new revisions were added by this update.

Summary of changes:
 .../src/chart/components/SuperChart.tsx            |  11 +-
 .../test/chart/components/MockChartPlugins.tsx     |   4 +-
 .../CountryMap.stories.tsx                         |  30 +--
 .../plugin-chart-echarts/Funnel/Funnel.stories.tsx |   6 +-
 .../MixedSeries/MixedSeries.stories.tsx            |  74 +++---
 .../plugin-chart-echarts/Pie/Pie.stories.tsx       | 107 ++++-----
 .../Sunburst/Sunburst.stories.tsx                  |  27 ++-
 .../Timeseries/Timeseries.stories.tsx              |  68 +++---
 .../plugin-chart-echarts/Tree/Tree.stories.tsx     |  34 +--
 .../Treemap/Treemap.stories.tsx                    |  22 +-
 .../Waterfall/Waterfall.stories.tsx                |   2 +-
 .../plugins/plugin-chart-table/Table.stories.tsx   |  45 ++--
 .../plugin-chart-word-cloud/WordCloud.stories.tsx  |  44 +++-
 ...erStories.tsx => ChartDataProvider.stories.tsx} | 128 ++++++-----
 .../superset-ui-chart/SuperChart.stories.tsx       | 255 +++++++++++++++++++++
 .../superset-ui-chart/SuperChartStories.tsx        | 169 --------------
 .../src/MixedTimeseries/transformProps.ts          |   4 +-
 .../src/Timeseries/transformProps.ts               |   2 +-
 .../src/Waterfall/transformProps.ts                |   6 +-
 19 files changed, 595 insertions(+), 443 deletions(-)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-chart/{ChartDataProviderStories.tsx => ChartDataProvider.stories.tsx} (54%)
 create mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-chart/SuperChart.stories.tsx
 delete mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-chart/SuperChartStories.tsx