madankgit opened a new issue, #37678: URL: https://github.com/apache/superset/issues/37678
### Bug description Currently, Apache Superset supports custom conditional formatting only for numerical value columns. There is no support for applying conditional formatting rules to categorical (dimension) columns. This limitation prevents users from visually highlighting important category values (e.g., status, type, region) directly within charts and tables, reducing readability and insight. <b></b> ### **Current Behavior** Apache Superset supports custom conditional formatting only for numerical (measure) columns. Categorical (dimension) columns do not have any option to apply conditional formatting rules based on their values. <img width="400" height="400" alt="Image" src="https://github.com/user-attachments/assets/14e8e841-37b3-462e-9cac-925612151797" /> <b></b> <img width="336" height="324" alt="Image" src="https://github.com/user-attachments/assets/8b37f9a1-2f8b-4426-997d-32019f654ae6" /> <b></b> ### **Expected Behavior** Users should be able to define custom conditional formatting rules for categorical columns, allowing specific category values (such as status, type, or region) to be visually highlighted in charts and tables. <img width="500" height="430" alt="Image" src="https://github.com/user-attachments/assets/6c58618b-9c3e-48ff-9684-bec383232863" /> <img width="515" height="170" alt="Image" src="https://github.com/user-attachments/assets/6cd62f4c-626f-4787-b896-42cf483b4ea2" /> <b></b> ### **Impact** - Important categorical values cannot be visually emphasized. - Reduces readability and interpretability of tables and chart outputs. - Forces users to rely on manual interpretation or external preprocessing for value-based highlighting. ### Screenshots/recordings _No response_ ### Superset version 6.0.0 ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] 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]
