This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch
chore/consolidate-storybook-remove-demo-package
in repository https://gitbox.apache.org/repos/asf/superset.git
from 41979b2ca35 fix: fix CachedLabel story width and remove cartodiagram
exclusion
add 80b2e435255 fix: enhance plugin stories with controls and fix data
issues
No new revisions were added by this update.
Summary of changes:
.../stories/LegacyPluginChartCalendar.stories.tsx | 102 ++++++++++--
.../src/stories/LegacyPluginChartChord.stories.tsx | 43 ++++-
.../legacy-plugin-chart-chord/src/stories/data.ts | 10 +-
.../src/stories/CountryMap.stories.tsx | 6 +-
.../src/stories/Horizon.stories.tsx | 36 ++++-
.../src/stories/MapBox.stories.tsx | 83 ++++++++--
.../src/stories/TTest.stories.tsx | 45 +++++-
.../src/stories/ParallelCoordinates.stories.tsx | 53 ++++++-
.../src/stories/Partition.stories.tsx | 70 +++++++--
.../src/stories/Rose.stories.tsx | 66 +++++++-
.../src/stories/WorldMap.stories.tsx | 35 ++++-
.../src/layers/Arc/stories/Arc.stories.tsx | 46 +++++-
.../src/layers/Arc/stories/payload.ts | 40 ++++-
.../src/layers/Grid/stories/Grid.stories.tsx | 45 +++++-
.../src/layers/Grid/stories/payload.ts | 20 ++-
.../src/layers/Hex/stories/Hex.stories.tsx | 45 +++++-
.../src/layers/Hex/stories/payload.ts | 25 ++-
.../src/layers/Path/stories/Path.stories.tsx | 36 ++++-
.../src/layers/Polygon/stories/Polygon.stories.tsx | 174 ++++++++++++++-------
.../src/layers/Polygon/stories/geojsonPayload.ts | 67 ++++++--
.../src/layers/Polygon/stories/payload.ts | 36 ++++-
.../src/layers/Scatter/stories/Scatter.stories.tsx | 54 +++++--
.../src/layers/Scatter/stories/payload.ts | 20 ++-
.../Screengrid/stories/Screengrid.stories.tsx | 36 ++++-
.../src/layers/Screengrid/stories/payload.ts | 23 ++-
.../src/BoxPlot/stories/NVD3BoxPlot.stories.tsx | 41 ++++-
.../src/BoxPlot/stories/data.ts | 91 +++++------
.../src/Bubble/stories/NVD3Bubble.stories.tsx | 76 ++++++---
.../src/Bullet/stories/NVD3Bullet.stories.tsx | 61 ++++++--
.../src/Compare/stories/NVD3Compare.stories.tsx | 65 +++++---
.../src/stories/AgGridTable.stories.tsx | 41 +++--
.../plugin-chart-ag-grid-table/src/stories/data.ts | 80 ++--------
.../src/stories/Cartodiagram.stories.tsx | 66 +++++++-
.../stories/BigNumberTotal.stories.tsx | 56 +++++--
.../stories/BigNumber.stories.tsx | 76 +++++++--
.../src/Gauge/stories/Gauge.stories.tsx | 68 +++++++-
.../src/Graph/stories/Graph.stories.tsx | 86 +++++++++-
.../src/Radar/stories/Radar.stories.tsx | 61 +++++++-
.../src/Tree/stories/Tree.stories.tsx | 145 +++++++----------
.../src/Waterfall/stories/Waterfall.stories.tsx | 36 ++++-
.../src/stories/Handlebars.stories.tsx | 89 ++++++++++-
.../src/stories/PivotTable.stories.tsx | 74 ++++++++-
.../src/stories/WordCloud.stories.tsx | 34 +++-
43 files changed, 1919 insertions(+), 543 deletions(-)