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 6d9f6b52004 fix: use Story component pattern in ResizableChartDemo
decorator
add ba4d58f7534 feat: add stories for AG Grid Table and Handlebars plugins
add 1f47b826cfa feat: enhance Handlebars stories with impressive styled
templates
No new revisions were added by this update.
Summary of changes:
superset-frontend/.storybook/preview.jsx | 21 +++
.../src/stories/AgGridTable.stories.tsx} | 72 ++++----
.../src/stories/data.ts} | 38 ++---
.../plugin-chart-ag-grid-table/tsconfig.json | 3 +-
.../plugin-chart-cartodiagram/tsconfig.json | 3 +-
.../src/stories/Handlebars.stories.tsx | 185 +++++++++++++++++++++
.../plugin-chart-handlebars/src/stories/data.ts | 69 ++++++++
.../plugins/plugin-chart-handlebars/tsconfig.json | 3 +-
8 files changed, 331 insertions(+), 63 deletions(-)
copy
superset-frontend/plugins/{plugin-chart-echarts/src/BoxPlot/stories/BoxPlot.stories.tsx
=> plugin-chart-ag-grid-table/src/stories/AgGridTable.stories.tsx} (55%)
copy superset-frontend/plugins/{plugin-chart-table/src/stories/testData.ts =>
plugin-chart-ag-grid-table/src/stories/data.ts} (78%)
create mode 100644
superset-frontend/plugins/plugin-chart-handlebars/src/stories/Handlebars.stories.tsx
create mode 100644
superset-frontend/plugins/plugin-chart-handlebars/src/stories/data.ts