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:
zsellami 2021-01-29 21:20:31 +01:00 committed by GitHub
parent 632a1e1fb9
commit 9b007e65c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',