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
Go to the page of the chart that you selected before
No errors are displayed in the browser console, but if you look through the react extensions, you can see that the new color scheme is passed to the component when changed, but is not applied
Screenshots/recordings
untitled.dashboard.mp4
Superset version
master / latest-dev
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.
The text was updated successfully, but these errors were encountered:
Additionally, the color scheme selection mechanism in Superset involves components like ColorSchemeControl and ColorSchemeControlWrapper, which manage the selection and application of color schemes. If a chart is viewed within a dashboard context, the color scheme might be locked to the dashboard's settings, which could explain why changes are not applying as expected [2][3].
You might want to check if the dashboard has a predefined color scheme that is overriding the chart's color scheme. If the issue persists, reviewing the recent changes in the codebase related to color schemes might provide further insights.
Bug description
Steps to reproduce:
No errors are displayed in the browser console, but if you look through the react extensions, you can see that the new color scheme is passed to the component when changed, but is not applied
Screenshots/recordings
untitled.dashboard.mp4
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: