YousufFFFF opened a new pull request, #37217: URL: https://github.com/apache/superset/pull/37217
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ## Summary Fixes an issue in the Mixed Timeseries chart where legend entries were duplicated due to incorrect series labeling. ## Changes - Ensures unique series names are generated in `transformProps` - Prevents duplicate legend items from appearing ## Reproduction Before: - Duplicate legend entries appeared for the same metric - <img width="1920" height="1020" alt="pr issue" src="https://github.com/user-attachments/assets/b4878313-e315-4bac-902c-ed7103aea4de" /> After: - Each metric appears exactly once in the legend ## Screenshots / Video https://github.com/user-attachments/assets/913900ea-2976-47f2-8683-6154e24824ae ## Checklist - [x] Tested locally - [x] pre-commit hooks pass - [x] No unrelated changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
