YousufFFFF opened a new pull request, #36793:
URL: https://github.com/apache/superset/pull/36793

   <!---
   Please write the PR title following the conventions at 
https://www.conventionalcommits.org/en/v1.0.0/
   Example:
   fix(dashboard): load charts correctly
   -->
   
   ### Summary
   Fixes an issue in the Deck.gl Polygon chart where `lineWidth` was applied 
even when the **Stroked** toggle was disabled.
   
   ### What changed
   - Apply `lineWidth` only when `stroked === true`
   - Aligns polygon outline behavior with user expectations and other Deck.gl 
layers
   
   ### Before
   - Polygon outlines were rendered even when **Stroked** was disabled
   - Changing **Line width** had a visible effect regardless of the toggle state
   
   ### Demo
   **Before / After:** Line width is now applied only when *Stroked* is enabled.
   
   
https://github.com/user-attachments/assets/294ac366-1496-4a96-9bb1-3407d0277f9c 
 
   
https://github.com/user-attachments/assets/4ca12fe8-686c-4ec4-b9f0-bab098bed55f
   
   ### After
   - Polygon outlines are rendered **only** when **Stroked** is enabled
   - **Line width** has no effect when **Stroked** is disabled
   
   ### Testing
   - Verified locally using `docker-compose-non-dev`
   - Confirmed UI behavior by toggling **Stroked** and adjusting **Line width**
   - `pre-commit` checks passed
   


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