We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Obervability visualizations define the PLOTLY_COLOR const:
PLOTLY_COLOR
dashboards-observability/common/constants/shared.ts
Lines 85 to 97 in 4ab8089
(For visual comparison, see opensearch-project/oui#601)
Instead of a hard-coded list, it should just use the default OUI colors from euiPaletteColorBlind()
euiPaletteColorBlind()
For a similar mitigation, see opensearch-project/OpenSearch-Dashboards#4366
The text was updated successfully, but these errors were encountered:
ouiPaletteColorBlind()[0]
mengweieric
No branches or pull requests
Obervability visualizations define the
PLOTLY_COLOR
const:dashboards-observability/common/constants/shared.ts
Lines 85 to 97 in 4ab8089
(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
The text was updated successfully, but these errors were encountered: