-
Notifications
You must be signed in to change notification settings - Fork 272
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/superset/superset-ui/auacwd1qo |
206af3e
to
34a36b2
Compare
9b991bd
to
daa0d4c
Compare
Codecov Report
@@ Coverage Diff @@
## master #420 +/- ##
=======================================
Coverage 22.28% 22.28%
=======================================
Files 261 261
Lines 6474 6474
Branches 587 587
=======================================
Hits 1443 1443
Misses 4994 4994
Partials 37 37
Continue to review full report at Codecov.
|
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.
@kristw LGTM, but wondered if you checked to see if any any of the remaining // eslint-disable-next-line @typescript-eslint/no-explicit-any
lines could be removed by changing any
types to unknown
@rusackas The one I'm disabling here broke when it is changed to |
Ok, I figured you tried it, but thought I should ask :P I don't have any better suggestions, sadly. |
* feat: migrate xy-chart to use encodable (apache-superset#420) * feat: use encodable in BoxPlot * feat: migrate legend * docs: update storybook * fix: label overlap * fix: lint * fix: remove comments * fix: path * feat: migrate scatterplot to use encodable (apache-superset#421) * feat: migrate scatter plot (cherry picked from commit 0d607a60cdab8037ece7f29a74bef1c0a5432c5d) * fix: legend * feat: migrate line chart to use encodable (apache-superset#427) * feat: migrate line to use encodable * fix: storybook ts * fix: remove comment * refactor: delete deprecated files (apache-superset#430) * refactor: delete outdated files * feat: update index exports and add test * refactor: delete more files * fix: import order * fix: update dependency * fix: update dependency * build: fix babel * fix: remvoe comments * fix: babel * refactor: move files (apache-superset#432) * refactor: move files * refactor: move files * fix: small issues with charts post-migration (apache-superset#433) * fix: scatterplot issue * fix: bump encodable and fix time scale nicing * fix: issue with label rotation * refactor: remove deep import * fix: demo import * feat: bump and remove unnecessary dependencies (apache-superset#436) * feat: bump dependencies * feat: remove unnecessary dependencies
🐛 Bug Fix
eslint