apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
61.98k stars 13.59k forks source link

fix: Incorrect hovered items in tooltips #30405

Closed michael-s-molina closed 1 day ago

michael-s-molina commented 1 day ago

SUMMARY

This PR fixes an issue with incorrect hovered items in tooltips. The problem was that the algorithm was not considering that some dimension/metric combinations might result in series with missing data points.

Fixes https://github.com/apache/superset/issues/29565 Fixes https://github.com/apache/superset/issues/30045

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

https://github.com/user-attachments/assets/cdc73641-4e2b-4d6d-8ca8-0d15a1bb00a9

https://github.com/user-attachments/assets/b3454e0e-d6f1-4605-ac70-99bc9bc4c6ca

TESTING INSTRUCTIONS

Check the original issues for instructions.

ADDITIONAL INFORMATION