fardin-developer opened a new pull request, #33519:
URL: https://github.com/apache/superset/pull/33519
fix(chart): improve legend clarity for mixed time series charts
Fixes: #29773
### SUMMARY
This PR improves the legend display in Mixed Time Series Charts when
multiple queries with overlapping dimensions are used. Previously, the legend
did not clearly distinguish which metric belonged to which query, leading to
ambiguity in interpretation.
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
<!--- Skip this if not applicable -->
### Changes
- Updated legend format to display metrics as `Metric Name (Query)`,
followed by the dimension value.
- Example format:
- `P75ResponseTime (Query A), EXP UI: 25.66`
- `QueryCount (Query B), EXP UI: 49`
- This ensures each legend entry is clearly associated with its respective
query, improving readability in cases of overlapping dimension values.
### BEFORE/AFTER SCREENSHOTS
#### Before
Legend entries listed without clarity on their query source, causing
confusion in mixed charts.

#### After
Legend entries now follow this pattern:
**Metric Name (Query), Dimension Value: OKR Value**, clearly differentiating
series per query.
[

](url)
--
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]