Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.17 KB

superset-color-theme.md

File metadata and controls

21 lines (15 loc) · 1.17 KB
title date draft tags
Superset Color Theme
2022-08-20 22:03:25 +0200
false
Data Visualization
Apache Superset

Apache Superset is a great open-source visualization and dashboarding tool that can be connected to a multitude of data sources.

In many situations it is required to adapt the layout, for example to match the corporate design.

You can add your own color scheme in the superset-config. This will, however, only change the color scheme of the typescript-plugins.

There are three other files that have to be changed to adjust the colors in the remaining css-files:

  • superset-frontend/src/assets/stylesheets/antd/index.less
  • superset-frontend/src/assets/stylesheets/less/variables.less
  • (superset-frontend/packages/superset-ui-core/src/style/index.tsx; this file will be overwritten by the data from the config-file)

Unfortunately, unlike the superset-configs, this requires us to rebuild the superset-frontend (automatically done when building a new Docker-image).

Blue Superset