codeant-ai-for-open-source[bot] commented on PR #34759:
URL: https://github.com/apache/superset/pull/34759#issuecomment-3938758600

   ## **Sequence Diagram**
   
   The PR changes the ECharts tooltip formatter to prefer 
axisValue/axisValueLabel (full category labels) when available, falling back to 
the original value extraction. The diagram shows the core hover → formatter → 
tooltip text flow that this PR modifies.
   
   ```mermaid
   sequenceDiagram
       participant User
       participant ECharts
       participant Formatter
       participant TooltipUI
   
       User->>ECharts: Hover over bar (trigger tooltip)
       ECharts->>Formatter: Call tooltip.formatter(params)
       Formatter->>Formatter: Use axisValue or axisValueLabel if present; else 
use value[xIndex]
       Formatter-->>TooltipUI: Return tooltip HTML/text containing full label
       TooltipUI-->>User: Display tooltip with full category label
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


-- 
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