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

   ## **Sequence Diagram**
   
   Shows the restored data flow that passes dataMask[chartId].filterState from 
the dashboard Redux store down through ChartContainer to the chart plugin so 
selectedValues drive highlighting, dimming, and selection toggling.
   
   ```mermaid
   sequenceDiagram
       participant Dashboard
       participant ReduxStore
       participant ChartContainer
       participant ChartComponent
       participant SuperChart
       participant ChartPlugin
   
       Dashboard->>ReduxStore: read dataMask[chartId].filterState
       Dashboard->>ChartContainer: render chart (include filterState)
       ChartContainer->>ChartComponent: pass filterState prop
       ChartComponent->>SuperChart: forward filterState to renderer
       SuperChart->>ChartPlugin: call transformProps(filterState)
       ChartPlugin-->>SuperChart: use selectedValues to highlight/dim and 
toggle selection
   ```
   
   ---
   *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