You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chart color is changed when refreshing the dashboard
The chart Color Scheme Keeps changing in the following scenarios :
For the Same User viewing the same dashboard.
For different users viewing the same dashboard.
How to reproduce the bug
Go to the dashboard with multiple charts
Applied color theme to the dashboard, for example, superset color
Refresh dashboard
Observe the color of each chart
See error
Expected results
Refresh dashboard should not change the color of the chart
Actual results
Refreshing the dashboard changes the color of chart
Screenshots
Image 1& 2 shows the same chart with different color schemes opened in a fraction of a few seconds by the same user.
Images 3 & 4 are color schemes of the same chart for different users.
Environment
browser type and version: Chrome Version 119.0.6045.199
superset version: 3.0.1
python version: python --version
node.js version: node -v
any feature flags active:
AVOID_COLORS_COLLISION = True (By default)
Checklist
[.] I have checked the superset logs for python stacktraces and included it here as text if there are any.
[.] I have reproduced the issue with at least the latest released version of superset.
[.] I have checked the issue tracker for the same issue and I haven't found one similar.
Additional context
I saw a similar issue happening before and attaching the issue link which is closed for now. #16970
The text was updated successfully, but these errors were encountered:
I'm facing the same issue after migrating a dashboard from Superset 2.1.1 to 3.1.0.
As suggested in #16970, disabling AVOID_COLORS_COLLISION has solved the problem, but I see this more as a workaround than a fix because it might introduce issues with other charts in the future.
chart color is changed when refreshing the dashboard
The chart Color Scheme Keeps changing in the following scenarios :
How to reproduce the bug
Expected results
Refresh dashboard should not change the color of the chart
Actual results
Refreshing the dashboard changes the color of chart
Screenshots
Image 1& 2 shows the same chart with different color schemes opened in a fraction of a few seconds by the same user.
Images 3 & 4 are color schemes of the same chart for different users.
Environment
3.0.1
python --version
node -v
Checklist
Additional context
I saw a similar issue happening before and attaching the issue link which is closed for now.
#16970
The text was updated successfully, but these errors were encountered: