-
Notifications
You must be signed in to change notification settings - Fork 273
fix(legacy-plugin-chart-table): time column formatting #340
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/superset/superset-ui/2mvh2os2p |
Codecov Report
@@ Coverage Diff @@
## master #340 +/- ##
==========================================
- Coverage 92.01% 91.67% -0.35%
==========================================
Files 118 118
Lines 1478 1489 +11
Branches 378 388 +10
==========================================
+ Hits 1360 1365 +5
- Misses 89 95 +6
Partials 29 29
Continue to review full report at Codecov.
|
Deploy preview for superset-ui ready! Built with commit cca4716 |
@kristw This is a quick fix to address the "NaN"s. Do you think it's still worth porting in |
a9bc4fb
to
cca4716
Compare
Merging this quick for now. Will adapt formatter by granularity later. |
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links) from 5.0.11 to 5.3.13. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/addons/links) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
🐛 Bug Fix
Table chart displays time column incorrectly when "include time" is selected. This PR fixes it. It also fixes a bunch of linting issues surfaced by migrating the plugin packages to the
superset-ui
repo.Screenshots
Before
After
Test Plan
Added unit test.