[Vis colors] Replace vis_type_timeline
colors with ouiPaletteColorBlind()
#4322
Labels
OUI compliance
Issues and PRs to maximize OUI usage and remove style and component hacks
timeline
unified visualization UX
The Timeline visualization (
vis_type_timeline
) defines its own categorical palette that doesn't match any other visualization or use OUI colors: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/plugins/vis_type_timeline/public/helpers/panel_utils.ts#L68-L79(For visual comparison, see opensearch-project/oui#601)
Instead of a hard-coded list, it should just use the default OUI colors from
euiPaletteColorBlind()
The text was updated successfully, but these errors were encountered: