You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/21 10:06:32 UTC

[GitHub] [superset] hosswald commented on issue #11826: charts colors forced in dashboard do not work anymore ("label_colors")

hosswald commented on issue #11826:
URL: https://github.com/apache/superset/issues/11826#issuecomment-884064833


   This is still broken in 1.2.0.
   I found, strangely, that
   ``` 
     "label_colors": {
       "SUCCESS": "#2ca02c",
       "WARNING": "#ff7f0e",
       "ERROR": "#d62728"
     },
     "color_scheme": "SUPERSET_DEFAULT"
   ```
   works, while
   
   ``` 
     "color_scheme": "SUPERSET_DEFAULT",
     "label_colors": {
       "SUCCESS": "#2ca02c",
       "WARNING": "#ff7f0e",
       "ERROR": "#d62728"
     }
   ```
   does not, e.g. JSON metadata order matters (which does not make any sense).
   
   _Originally posted by @hosswald in https://github.com/apache/superset/issues/2524#issuecomment-884062374_


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org