dosubot[bot] commented on issue #35770: URL: https://github.com/apache/superset/issues/35770#issuecomment-3425258305
<!-- Greeting --> Hi @JustineAssoulant! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> Yes, you can apply conditional formatting to a table chart in Superset using a single color for all cells that meet a condition (like values under 30 in a column). This is done through the built-in conditional formatting feature, which lets you set the column, condition (e.g., "< 30"), and a fixed color (such as a specific shade of green) for qualifying cells. This approach does not interfere with sorting, unlike HTML-based formatting. Recent improvements also include a UI option to disable color gradients and use a solid color at full opacity for all matching cells, making it easy to highlight thresholds or outliers crisply [discussion](https://github.com/apache/superset/discussions/35269) [test example](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-table/test/TableChart.test.tsx). You can set this up in the chart editor under the "Conditional Formatting" section. If you see a "use gradient" toggle, disable it to ensure all qualifying cells use the same solid color. Sorting will remain functional. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/d58a98bf-b63f-4d5a-afa0-fa0c6a2c5ffd?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/d58a98bf-b63f-4d5a-afa0-fa0c6a2c5ffd?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/d58a98bf-b63f-4d5a-afa0-fa0c6a2c5ffd?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/d58a98bf-b63f-4d5a-afa0-fa0c6a2c5ffd?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d58a98bf-b63f-4d5a-afa0-fa0c6a2c5ffd?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/d58a98bf-b63f-4d5a-afa0-fa0c6a2c5ffd?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/d58a98bf-b63f-4d5a-afa0-fa0c6a2c5ffd?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/35770) -- 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]
