From 9b007e65c27ccb6dd9576bcf7cefca2ebc525b98 Mon Sep 17 00:00:00 2001 From: zsellami Date: Fri, 29 Jan 2021 21:20:31 +0100 Subject: [PATCH] Update config.py (#12831) isDeverging parameters on EXTRA_SEQUENTIAL_COLOR_SCHEMES var is wrong. Changement Realized "isDiverging": true to "isDiverging": True, --- superset/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/config.py b/superset/config.py index 2febf07ac..59a54fee3 100644 --- a/superset/config.py +++ b/superset/config.py @@ -391,7 +391,7 @@ EXTRA_CATEGORICAL_COLOR_SCHEMES: List[Dict[str, Any]] = [] # { # "id": 'warmToHot', # "description": '', -# "isDiverging": true +# "isDiverging": True, # "label": 'My custom warm to hot', # "colors": # ['#552288', '#5AAA46', '#CC7788', '#EEDD55', '#9977BB', '#BBAA44', '#DDCCDD',