You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/08/09 20:26:10 UTC

[superset] 01/02: Palette

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch fun-palette
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 71b774988d6af2b2c05cb5cce5c2fd74c945b479
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Fri Jul 30 13:22:22 2021 -0600

    Palette
---
 superset/config.py | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/superset/config.py b/superset/config.py
index e254ff1..bd3e68d 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -432,18 +432,8 @@ GET_FEATURE_FLAGS_FUNC: Optional[Callable[[Dict[str, bool]], Dict[str, bool]]] =
 
 # EXTRA_CATEGORICAL_COLOR_SCHEMES is used for adding custom categorical color schemes
 # example code for "My custom warm to hot" color scheme
-# EXTRA_CATEGORICAL_COLOR_SCHEMES = [
-#     {
-#         "id": 'myVisualizationColors',
-#         "description": '',
-#         "label": 'My Visualization Colors',
-#         "colors":
-#          ['#006699', '#009DD9', '#5AAA46', '#44AAAA', '#DDAA77', '#7799BB', '#88AA77',
-#          '#552288', '#5AAA46', '#CC7788', '#EEDD55', '#9977BB', '#BBAA44', '#DDCCDD']
-#     }]
 
 # This is merely a default
-EXTRA_CATEGORICAL_COLOR_SCHEMES: List[Dict[str, Any]] = []
 
 # THEME_OVERRIDES is used for adding custom theme to superset
 # example code for "My theme" custom scheme