Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Vis colors] Replace observability plotly colors with ouiPaletteColorBlind() #572

Open
Tracked by #4318
joshuarrrr opened this issue Jun 23, 2023 · 0 comments
Open
Tracked by #4318
Assignees

Comments

@joshuarrrr
Copy link
Member

Obervability visualizations define the PLOTLY_COLOR const:

// Color Constants
export const PLOTLY_COLOR = [
'#3CA1C7',
'#8C55A3',
'#DB748A',
'#F2BE4B',
'#68CCC2',
'#2A7866',
'#843769',
'#374FB8',
'#BD6F26',
'#4C636F',
];

(For visual comparison, see opensearch-project/oui#601)

Instead of a hard-coded list, it should just use the default OUI colors from euiPaletteColorBlind()

For a similar mitigation, see opensearch-project/OpenSearch-Dashboards#4366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants