-
Notifications
You must be signed in to change notification settings - Fork 272
fix(plugin-chart-echarts): add series deduplication #1046
fix(plugin-chart-echarts): add series deduplication #1046
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/superset/superset-ui/2y5zECRvTYrrJ8HN1cuvWqtgRxV3 |
cec856b
to
8fda407
Compare
8fda407
to
b32e52d
Compare
Codecov Report
@@ Coverage Diff @@
## master #1046 +/- ##
==========================================
+ Coverage 28.04% 28.09% +0.05%
==========================================
Files 435 435
Lines 8880 8892 +12
Branches 1349 1353 +4
==========================================
+ Hits 2490 2498 +8
- Misses 6204 6207 +3
- Partials 186 187 +1
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.
LGTM!
…1046) * fix(plugin-chart-echarts): add series deduplication * refactor function
🐛 Bug Fix
If an annotation layer has a series name that already exists in the chart, the chart raises an error. This PR adds series name deduplication to ensure the chart can be drawn.
AFTER
BEFORE