-
Notifications
You must be signed in to change notification settings - Fork 272
fix(plugin-chart-echarts): label type and hover bugs #942
fix(plugin-chart-echarts): label type and hover bugs #942
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/superset/superset-ui/re0u9zlwv |
Codecov Report
@@ Coverage Diff @@
## master #942 +/- ##
==========================================
- Coverage 27.49% 27.48% -0.01%
==========================================
Files 412 412
Lines 8310 8309 -1
Branches 1149 1149
==========================================
- Hits 2285 2284 -1
Misses 5891 5891
Partials 134 134
Continue to review full report at Codecov.
|
// eslint-disable-next-line react/jsx-key | ||
[<h1 className="section-header">{t('Labels')}</h1>], | ||
[ | ||
{ | ||
name: 'pie_label_type', | ||
name: 'label_type', |
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.
Does renaming this field matter here? Would you need a db migration for this?
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.
Yes, we need a migration - I'll add one to the bump PR.
Linking related db migration PR: https://github.com/apache/superset/pull/13052/files |
🐛 Bug Fix
Bump ECharts to 5.0.2 to fix hover bug (apache/echarts#14108) and label type bug. Also clean up control panel so that all customization fields are on a single row.
After
Before