kyun99 opened a new issue, #30570:
URL: https://github.com/apache/superset/issues/30570

   ### Bug description
   
   While working with Deck.gl's arc chart, I encountered an issue where 
adjusting the stroke width via a form doesn't seem to update the arc's width. 
   
   How to reproduce:
   (As per quick start guide)
   1. 
   ```
   git clone https://github.com/apache/superset
   ```
   2. 
   ```
   # Enter the repository you just cloned
   $ cd superset
   
   # Fire up Superset using Docker Compose
   $ docker compose -f docker-compose-image-tag.yml up
   ```
   3. Go to localhost:8088 and log in with admin/admin.
   4. Load the default Deck.gl Arcs chart.
   5. A change in the stroke width in the form is not reflected in the preview 
of the chart even after update. 
   
   I am uncertain if this is the root cause but I noticed that the code that 
set's the stroke width property is from a previous version (v5.2) of deck.gl 
which is no longer used.
   - line 80 in 
https://github.com/apache/superset/blob/master/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.tsx
   
   ### Screenshots/recordings
   
   
   
https://github.com/user-attachments/assets/d76d40b4-45bc-4d62-b2e0-d6658a977cd0
   
   
   
   ### Superset version
   
   master / latest-dev
   
   ### Python version
   
   I don't know
   
   ### Node version
   
   I don't know
   
   ### Browser
   
   Chrome
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [X] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [X] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [ ] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


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