-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(plugin-chart-echarts): undefined bounds for bubble chart #26243
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #26243 +/- ##
=======================================
Coverage 66.99% 66.99%
=======================================
Files 1945 1945
Lines 75948 75948
Branches 8458 8460 +2
=======================================
Hits 50885 50885
Misses 22878 22878
Partials 2185 2185
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@villebro can you spin up an ephemeral? |
/testenv up |
@villebro Ephemeral environment spinning up at http://35.164.94.117:8080. Credentials are |
@sadpandajoe here's a bubble chart created from scratch: http://35.164.94.117:8080/superset/explore/p/BzZjq7RQNnK/ |
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
LGTM too. Tested out on new bubble chart along with playing around with the truncate feature on there. |
Ephemeral environment shutdown and build artifacts deleted. |
(cherry picked from commit 5df544b)
SUMMARY
PR #26215 introduced a regression which caused Bubble Charts to fail to render.
AFTER
BEFORE
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION