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 15:34:31 UTC

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

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 cdefcffe12 lint
     add 9564ea8316 More stories enabled/ported

No new revisions were added by this update.

Summary of changes:
 .../Grid/{Stories.tsx => Grid.stories.tsx}         |  0
 .../{ScatterStories.tsx => Scatter.stories.tsx}    |  0
 .../Area/{Stories.tsx => NVD3Area.stories.tsx}     |  0
 .../Bar/{Stories.tsx => NVD3Bar.stories.tsx}       |  0
 .../{Stories.tsx => NVD3BoxPlot.stories.tsx}       |  0
 .../Bubble/{Stories.tsx => NVD3Bubble.stories.tsx} |  0
 .../Bullet/{Stories.tsx => NVD3Bullet.stories.tsx} |  0
 .../{Stories.tsx => NVD3Compare.stories.tsx}       |  0
 .../{Stories.tsx => NVD3DistBar.stories.tsx}       |  0
 .../Line/{Stories.tsx => NVD3Line.stories.tsx}     |  0
 .../Pie/{Stories.tsx => NVD3Pie.stories.tsx}       |  0
 ...ivotTableStories.tsx => PivotTable.stories.tsx} |  3 +-
 .../{TableStories.tsx => Table.stories.tsx}        | 81 ++++++++++++++++++----
 13 files changed, 69 insertions(+), 15 deletions(-)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Grid/{Stories.tsx => Grid.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Scatter/{ScatterStories.tsx => Scatter.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Area/{Stories.tsx => NVD3Area.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Bar/{Stories.tsx => NVD3Bar.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/BoxPlot/{Stories.tsx => NVD3BoxPlot.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Bubble/{Stories.tsx => NVD3Bubble.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Bullet/{Stories.tsx => NVD3Bullet.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Compare/{Stories.tsx => NVD3Compare.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/DistBar/{Stories.tsx => NVD3DistBar.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Line/{Stories.tsx => NVD3Line.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Pie/{Stories.tsx => NVD3Pie.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-pivot-table/{PivotTableStories.tsx => PivotTable.stories.tsx} (95%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-table/{TableStories.tsx => Table.stories.tsx} (73%)