codeant-ai-for-open-source[bot] commented on PR #33247:
URL: https://github.com/apache/superset/pull/33247#issuecomment-3863177122
## **Sequence Diagram**
Shows how the new Point Radius controls in the chart control panel map to
deck.gl's GeoJsonLayer props and produce an immediate visual update (live
preview) in the chart canvas.
```mermaid
sequenceDiagram
participant User
participant ChartControls
participant GeoJsonLayerConfig
participant DeckGLRenderer
participant Canvas
User->>ChartControls: Adjust Point Radius / Units / Scale
(renderTrigger=true)
ChartControls->>GeoJsonLayerConfig: Update formData with point_radius,
point_radius_units, point_radius_scale
GeoJsonLayerConfig->>DeckGLRenderer: Provide getPointRadius,
pointRadiusUnits, pointRadiusScale
DeckGLRenderer->>Canvas: Render GeoJSON points using updated radius &
units
Canvas-->>User: Display updated point sizes (pixels/meters scale)
```
---
*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]