-
Notifications
You must be signed in to change notification settings - Fork 14k
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: Tooltip no longer highlights hovered data series #24756
fix: Tooltip no longer highlights hovered data series #24756
Conversation
superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/transformProps.ts
Outdated
Show resolved
Hide resolved
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.
My suggestion doesn't belong to the major fix of this. LGTM
Codecov Report
@@ Coverage Diff @@
## master #24756 +/- ##
===========================================
+ Coverage 58.35% 68.93% +10.57%
===========================================
Files 1901 1901
Lines 73933 73908 -25
Branches 8183 8176 -7
===========================================
+ Hits 43146 50950 +7804
+ Misses 28666 20845 -7821
+ Partials 2121 2113 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 291 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
(cherry picked from commit ac19f58)
SUMMARY
Fixes #24738.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
Check if hovered series are highlighted.
ADDITIONAL INFORMATION