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.
   ![Screenshot 2025-05-19 at 9 04 50 
PM](https://github.com/user-attachments/assets/1eceb052-d47c-4f67-ab2d-8c3e26906de1)
   
   #### After  
   Legend entries now follow this pattern:  
   **Metric Name (Query), Dimension Value: OKR Value**, clearly differentiating 
series per query.
   [
   ![Screenshot 2025-05-19 at 9 03 53 
PM](https://github.com/user-attachments/assets/3d30055f-65b4-4ce4-bee4-3a05406f0d07)
   ](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]

Reply via email to