mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
Update config.py (#12831)
isDeverging parameters on EXTRA_SEQUENTIAL_COLOR_SCHEMES var is wrong. Changement Realized "isDiverging": true to "isDiverging": True,
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user