-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
feat: Adds Heatmap chart migration logic #27771
feat: Adds Heatmap chart migration logic #27771
Conversation
@mistercrunch The bot added the |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #27771 +/- ##
==========================================
+ Coverage 69.71% 69.82% +0.11%
==========================================
Files 1920 1920
Lines 75234 75242 +8
Branches 8423 8423
==========================================
+ Hits 52447 52538 +91
+ Misses 20725 20642 -83
Partials 2062 2062
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e477dae
to
7b01a52
Compare
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
feat: Adds Heatmap chart migration logic (apache#27771)
SUMMARY
This PR adds the Heatmap chart migration logic (legacy ➡️ ECharts). Users can execute this migration using the CLI command and disable the legacy version with the VIZ_TYPE_DENYLIST configuration.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
1 - Upgrade a Heatmap chart using the CLI command
2 - Check the new chart
3 - Downgrade a Heatmap chart using the CLI command
4 - Check the legacy chart
ADDITIONAL INFORMATION