chore: Add option to set a custom color scheme as default (#16540)

* upgrade superset-ui for new flag

* configurable default categorical scheme

* dry refactor

* doc example

* Update superset-frontend/src/setup/setupColors.ts

Co-authored-by: Geido <60598000+geido@users.noreply.github.com>

* re-adding # type: ignore (suggestion from ville)

* ugh... missed a space.

Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@preset.io>
2 files changed
tree: dda7a21ffc179530358bc5a17ffdee6368ba8b0c
  1. .github/
  2. docker/
  3. docs/
  4. helm/
  5. RELEASING/
  6. requirements/
  7. RESOURCES/
  8. scripts/
  9. superset/
  10. superset-frontend/
  11. superset-websocket/
  12. tests/
  13. .asf.yaml
  14. .codecov.yml
  15. .dockerignore
  16. .editorconfig
  17. .flaskenv
  18. .fossa.yml
  19. .gitattributes
  20. .gitignore
  21. .gitmodules
  22. .pre-commit-config.yaml
  23. .pylintrc
  24. .rat-excludes
  25. CHANGELOG.md
  26. CODE_OF_CONDUCT.md
  27. CONTRIBUTING.md
  28. docker-compose-non-dev.yml
  29. docker-compose.yml
  30. Dockerfile
  31. INSTALL.md
  32. LICENSE.txt
  33. lintconf.yaml
  34. Makefile
  35. MANIFEST.in
  36. NOTICE
  37. pytest.ini
  38. README.md
  39. setup.cfg
  40. setup.py
  41. tox.ini
  42. UPDATING.md
README.md

Superset

License GitHub release (latest SemVer) Build Status PyPI version Coverage Status PyPI Get on Slack Documentation Dependencies Status

A modern, enterprise-ready business intelligence web application.

Why Superset? | Supported Databases | Installation and Configuration | Release Notes | Get Involved | Contributor Guide | Resources | Organizations Using Superset

Screenshots & Gifs

Gallery


View Dashboards


Slice & dice your data


Query and visualize your data with SQL Lab


Visualize geospatial data with deck.gl


Choose from a wide array of visualizations


Why Superset?

Superset provides:

  • An intuitive interface for visualizing datasets and crafting interactive dashboards
  • A wide array of beautiful visualizations to showcase your data
  • Code-free visualization builder to extract and present datasets
  • A world-class SQL IDE for preparing data for visualization, including a rich metadata browser
  • A lightweight semantic layer which empowers data analysts to quickly define custom dimensions and metrics
  • Out-of-the-box support for most SQL-speaking databases
  • Seamless, in-memory asynchronous caching and queries
  • An extensible security model that allows configuration of very intricate rules on who can access which product features and datasets.
  • Integration with major authentication backends (database, OpenID, LDAP, OAuth, REMOTE_USER, etc)
  • The ability to add custom visualization plugins
  • An API for programmatic customization
  • A cloud-native architecture designed from the ground up for scale

Supported Databases

Superset can query data from any SQL-speaking datastore or data engine (e.g. Presto or Athena) that has a Python DB-API driver and a SQLAlchemy dialect.

Here are some of the major database solutions that are supported:

A more comprehensive list of supported databases along with the configuration instructions can be found here.

Want to add support for your datastore or data engine? Read more here about the technical requirements.

Installation and Configuration

Extended documentation for Superset

Get Involved

Contributor Guide

Interested in contributing? Check out our CONTRIBUTING.md to find resources around contributing along with a detailed guide on how to set up a development environment.

Resources