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/07 22:54:24 UTC

(superset) branch upgrade-to-storybook-7 updated (1dc832ad9a -> 0fa2de4376)

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 1dc832ad9a Pie stories
     add f513ce0331 Radar fixed
     add ff675ecc87 Sunburst fixed
     add 0fa2de4376 Series Chart fixed

No new revisions were added by this update.

Summary of changes:
 .../Radar/{Stories.tsx => Radar.stories.tsx}       |   3 +-
 .../Sunburst/{Stories.tsx => Sunburst.stories.tsx} |  22 +++-
 .../{Stories.tsx => Timeseries.stories.tsx}        | 145 ++++++++++++++++-----
 3 files changed, 129 insertions(+), 41 deletions(-)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Radar/{Stories.tsx => Radar.stories.tsx} (95%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Sunburst/{Stories.tsx => Sunburst.stories.tsx} (80%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Timeseries/{Stories.tsx => Timeseries.stories.tsx} (58%)