htcnokia opened a new issue, #42326: URL: https://github.com/apache/superset/issues/42326
### Bug description ### Bug description When using the **Mixed Chart** visualization, if **Query A** is configured with multiple dimensions (groupby fields), the chart tooltip incorrectly displays the first dimension's name/label for the second and all subsequent dimensions. ### How to reproduce 1. Create or edit a **Mixed Chart** visualization. 2. Under **Query A**, add two or more dimensions to the **Group By / Dimensions** section (e.g., `Dimension 1` and `Dimension 2`). 3. Add a metric to Query A and run the query to generate the chart. 4. Hover over any data point in the rendered chart to inspect the tooltip. 5. **Observe:** The tooltip lists `Dimension 1` repeatedly instead of showing the actual names for `Dimension 2`, `Dimension 3`, etc. ### Expected behavior The tooltip should accurately display the distinct names/labels for each dimension configured in Query A (e.g., `Dimension 1: value`, `Dimension 2: value`). ### Actual behavior The tooltip repeats the label/name of `Dimension 1` for all subsequent dimensions belonging to Query A. ### Screenshots *(Optional: Attach a screenshot or GIF highlighting the tooltip issue here)* ### Environment - **Superset version:** [e.g., 3.1.0, 4.0.0, or dev] - **Node/Python versions:** [if known] - **Browser:** [e.g., Chrome, Firefox, Safari] ### Additional context *(Add any additional context or details about the problem here)* ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.12 ### 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]
