feat(superset-ui-core): add feature flag for the analogous colors#19987
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19987 +/- ##
==========================================
- Coverage 66.46% 66.41% -0.06%
==========================================
Files 1721 1719 -2
Lines 64517 64346 -171
Branches 6807 6723 -84
==========================================
- Hits 42879 42733 -146
+ Misses 19906 19902 -4
+ Partials 1732 1711 -21
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
/testenv up FEATURE_USE_ANALAGOUS_COLORS=false |
|
@geido Ephemeral environment spinning up at http://54.185.1.3:8080. Credentials are |
|
Ephemeral environment shutdown and build artifacts deleted. |
…ache#19987) * feat(superset-ui-core): add feature flag for the color analogous generator * fix: test
SUMMARY
This PR adds a FEATURE_FLAG for
USE_ANALAGOUS_COLORSwhich, when enabled, would act as it does today. If you turn it off, it would simply loop through the palette colors repeatedly. Default is True. refer to #19038 (comment).BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION