IHadAFish opened a new issue, #36807: URL: https://github.com/apache/superset/issues/36807
### Bug description Bug Description: 1. Treemap chart's coloring seems to be only categorical, and not sequential. 2. There seems to be a 1px wide gap around the key and or value text. - Superset 4.1.1: Have sequential coloring, did not have the gap. - Superset 4.1.4: No sequential coloring, did not have the gap. - Superset 6.0.0: No sequential coloring, have the 1px gap. Changing Color Scheme had no effect beyond changing the colors used. No custom CSS were used. I could test other versions, if that would be of help. ### Screenshots/recordings 1. 6.0.0/4.1.4: <img width="1200" height="471" alt="Image" src="https://github.com/user-attachments/assets/e8673a8a-0966-448a-b57f-4636e846300a" /> 2. 4.1.1 (ideal) <img width="1200" height="471" alt="Image" src="https://github.com/user-attachments/assets/3659e923-ed50-4ad6-974c-e6fd42a5650c" /> ### Superset version 6.0.0 ### Python version 3.11 ### Node version I don't know ### Browser Chrome ### Additional context - Error persists in Chrome and Firefox. - No error message in browser console or in the log. - Built custom image based on 6.0.0. Dockerfile: ```Dockerfile FROM apache/superset:6.0.0 USER root ENV BUILD_TRANSLATIONS="true" RUN apt update RUN apt install -y python3-dev default-libmysqlclient-dev build-essential pkg-config RUN . /app/.venv/bin/activate RUN uv pip install \ psycopg2-binary \ mysqlclient \ Authlib USER superset CMD ["/app/docker/entrypoints/run-server.sh"] ``` ### 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]
