-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Maps] replace ColorStops component with EuiColorStops #49512
Conversation
Pinging @elastic/kibana-gis (Team:Geo) |
💚 Build Succeeded
|
💚 Build Succeeded
|
f427e4d
to
a005f95
Compare
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get errors when using any of the sample data sets, related to the colorStops
prop value being undefined
. It's a required prop, so likely the default state
value needs updating.
I am going to re-do this PR to support new requirements of needing the custom color ramp to support dates and strings. The |
Closing, stale |
This PR replaces ColorStop with new EuiColorStops component