-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Open
Labels
#bug:cosmeticCosmetic/layout/design tweak neededCosmetic/layout/design tweak neededgood first issueGood first issues for new contributorsGood first issues for new contributorspreset:bountyIssues that have been selected by Preset and have a bounty attached.Issues that have been selected by Preset and have a bounty attached.preset:bounty:bugBugs that have been selected by Preset and have a bounty attached.Bugs that have been selected by Preset and have a bounty attached.
Description
Bug description
Users can choose the X for increase, Y for decrease color scheme option on the Table Chart. However, it does not work.
Reproduction
- Create a virtual dataset with query
SELECT
1 AS X,
2 AS Y,
1 - 2 AS "X-Y"
UNION ALL
SELECT
5 AS X,
2 AS Y,
5 - 2 AS "X-Y"
UNION ALL
SELECT
4 AS X,
2 AS Y,
4 - 2 AS "X-Y"
UNION ALL
SELECT
1 AS X,
5 AS Y,
1 - 5 AS "X-Y"
UNION ALL
SELECT
1 AS X,
1 AS Y,
1 - 1 AS "X-Y";
- Create a table chart with this dataset
- Go to the Customize tab, and add Conditional Formatting to the third column.
- Choose the Green for increase, red for decrease option.
Expected results
The "Green for increase, red for decrease" and "Red for increase, green for decrease" conditional formatting options shouldn't appear unless there is a time shift applied to the table
Actual results
The Conditional Formatting for the X for increase, Y for decrease does not work.
Screenshots/recordings

Superset version
master / latest-dev
Python version
3.11
Node version
18 or greater
Browser
Firefox
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.
Metadata
Metadata
Assignees
Labels
#bug:cosmeticCosmetic/layout/design tweak neededCosmetic/layout/design tweak neededgood first issueGood first issues for new contributorsGood first issues for new contributorspreset:bountyIssues that have been selected by Preset and have a bounty attached.Issues that have been selected by Preset and have a bounty attached.preset:bounty:bugBugs that have been selected by Preset and have a bounty attached.Bugs that have been selected by Preset and have a bounty attached.