hosswald commented on issue #2524:
URL: https://github.com/apache/superset/issues/2524#issuecomment-884062374
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).
--
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]