HJelinkova opened a new issue, #36478: URL: https://github.com/apache/superset/issues/36478
### Bug description **Issue:** In a deck.gl chart with multiple layers, the rendering order of layers cannot be controlled and appears inconsistent or random. **How to reproduce the bug:** 1) Create a deck.gl Scatterplot chart and assign a single color to all points. Save the chart as Name_1. 2) Duplicate the above Scatterplot chart, change the color for the same points, and save it as Name_2. 3) Create a new deck.gl Multiple Layers chart. 4) Add the previously created Scatterplot charts (Name_1 and Name_2) as layers. 5) Attempt to change the order of the charts within the Multiple Layers chart. **Expected behavior:** The first selected Scatterplot should render at the bottom, and the last selected Scatterplot should render on top. This ordering should work consistently for two or more layers. ### Screenshots/recordings <img width="1671" height="707" alt="Image" src="https://github.com/user-attachments/assets/f9c5a3df-aef5-4b42-a5f8-d49e72ce6a82" /> <img width="1656" height="715" alt="Image" src="https://github.com/user-attachments/assets/6983e9fe-64ba-4a06-8e75-38bc6df362aa" /> ### Superset version 4.1.3 ### 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. - [x] 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]
