stevetracvc commented on PR #20016:
URL: https://github.com/apache/superset/pull/20016#issuecomment-1152984080
This broke the conditional color formatting in tables, at least for me.
FormattingPopoverContent.tsx used to be
```
const colorSchemeOptions = [
{ value: 'rgb(0,255,0)', label: t('green') },
{ value: 'rgb(255,255,0)', label: t('yellow') },
{ value: 'rgb(255,0,0)', label: t('red') },
];
```
and now all of those values are hex strings instead.
--
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]