Alice-608 opened a new issue, #37055: URL: https://github.com/apache/superset/issues/37055
### Bug description ### Bug Report #### Summary **BUG**: Apache Superset 6.0.0 - Mixed Chart component has an issue with **duplicate label/text rendering** when using normal configuration, no duplicate metric/alias settings in the chart config. #### Screenshots Screenshot of the bug: <img width="2250" height="409" alt="Image" src="https://github.com/user-attachments/assets/49081985-392a-47f9-be43-db5bea8e56e7" /> #### How to reproduce the bug 1. Deploy Apache Superset `6.0.0` via **Docker/Docker Compose** (official image: apache/superset:6.0.0) 2. Create a new chart, select the chart type as **Mixed Chart** 3. Configure the chart with normal settings: add standard metrics (no duplicate metric names/aliases), add 1+ `Group By` dimensions 4. Select any supported data source (SQL Table/ Dataset, no special data source) 5. Click `Run Query` and save the chart 6. Observe the rendered Mixed Chart: **duplicate text/labels are displayed repeatedly** on the chart area/tooltip (e.g. text `score_one` is shown multiple times in the same position) #### Expected results - The labels/metrics/text on the Mixed Chart should be rendered **only once** - No duplicate text/label display for the same text/dimension #### Actual results - The same text/label (e.g. `score_one`) is **repeatedly displayed multiple times** on the Mixed Chart - The duplicate content is in the same position of the chart, causing display confusion - The data query result is correct (no duplicate data in the query table), only the **frontend rendering layer has duplicate display** - No error logs in the browser console / Superset backend log related to this issue #### Environment - Superset version: **6.0.0** (release version, not rc/beta) - Deployment method: **Docker / Docker Compose** (official apache/superset:6.0.0 image) ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
