rusackas commented on issue #32693:
URL: https://github.com/apache/superset/issues/32693#issuecomment-3153206469

   My only hunch here is that they _uncommented_ the example code, and _didn't_ 
comment out the empty "merely a default" part in this code block:
   
   ```python
   # 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',
   #         "isDefault": True,
   #         "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]] = []
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to