Skip to content
Discussion options

You must be logged in to vote

This usually points to Superset not rendering with the theme object you think it is using, rather than ECharts ignoring the option itself.

The first thing I would check is the interaction with ENABLE_UI_THEME_ADMINISTRATION=True. Once theme administration is enabled, the active theme can come from the metadata DB / UI-managed theme configuration. In that case, changing THEME_DEFAULT in superset_config.py may not affect dashboards that are already using a UI-managed theme. As a quick test, either temporarily disable theme administration or add the same echartsOptionsOverrides directly to the active theme in the UI and refresh the dashboard.

A good debugging pattern is to start with an inte…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ybulani
Comment options

Answer selected by ybulani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants