-
Notifications
You must be signed in to change notification settings - Fork 271
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/superset/superset-ui/noyisxx18 |
Codecov Report
@@ Coverage Diff @@
## master #377 +/- ##
==========================================
- Coverage 26.33% 24.45% -1.89%
==========================================
Files 192 235 +43
Lines 5293 5733 +440
Branches 475 581 +106
==========================================
+ Hits 1394 1402 +8
- Misses 3864 4294 +430
- Partials 35 37 +2
Continue to review full report at Codecov.
|
…set#377) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.0.7 to 10.0.8. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v10.0.7...v10.0.8) Signed-off-by: dependabot-preview[bot] <[email protected]>
@@ -94,7 +94,7 @@ | |||
], | |||
"nimbus": { | |||
"drivers": [ | |||
"babel", | |||
{ "driver": "babel", "strategy": "none" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will never know you can do this with nimbus
's almost non-existent docs...
new LegacyWordCloudChartPlugin().configure({ key: 'legacy-word-cloud2' }).register(); | ||
|
||
export default { | ||
title: 'Chart Plugins|plugin-chart-word-cloud', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formData={{ | ||
colorScheme: 'd3Category10', | ||
metric: 'sum__num', | ||
rotation: select('Rotation', ['square', 'flat', 'random'], 'flat'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The knobs aren't showing up in Storybook. Must add withKnobs
decorator to the stories: https://github.com/apache-superset/superset-ui/blob/master/packages/superset-ui-demo/storybook/stories/superset-ui-chart/SuperChartStories.tsx#L17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except the knobs are missing. While I did the initial migration, withKnobs
are moved to each story from the shared setup script to simplify story imports.
🏆 Enhancements
Migrate
preset-chart-xy
andword-cloud
from plugins repo