[Vis colors] Update legacy seed colors to use ouiPaletteColorBlind() #4319
Labels
OUI compliance
Issues and PRs to maximize OUI usage and remove style and component hacks
unified visualization UX
Today, the tag cloud visualization in OpenSearch Dashboards gets its colors directly from https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/plugins/charts/public/services/colors/seed_colors.ts#L36-L4
Instead of a hard-coded list of seed colors, it should just call
euiPaletteColorBlind()
for the list of qualitative visualization colors. We should be able to remove the seed_colors file altogether as part of this fix.The text was updated successfully, but these errors were encountered: