-
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] Unify legend for percentiles, interpolate and custom ordinal color breaks #86050
Conversation
… color breaks (elastic#85343) * [Maps] unify legend for percentiles, interpolate, and custom ordinal color breaks * unify mapbox style expression * snapshot updates * update jest expects * use less than and great than symbol for first and last stop * tslint * do not show legend if customColorRamp is not provided * update functional test expects * update functional test expect * update mapbox expect expressions in join functional tests * update mvt expects * revert mapbox style expression changes for interpole color ramp * add greater then and equal to symbol for last stop * disable stop input for first ordinal color stop Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Pinging @elastic/kibana-gis (Team:Geo) |
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.
@thomasneirynck Thanks for the offline walkthrough. lgtm w/ green CI!
💚 Build SucceededMetrics [docs]Async chunks
Distributable file count
Page load bundle
To update your PR or re-run it, just comment with: |
…olor breaks (elastic#86050) * [Maps] unify legend for percentiles, interpolate, and custom ordinal color breaks (elastic#85343) * [Maps] unify legend for percentiles, interpolate, and custom ordinal color breaks * unify mapbox style expression * snapshot updates * update jest expects * use less than and great than symbol for first and last stop * tslint * do not show legend if customColorRamp is not provided * update functional test expects * update functional test expect * update mapbox expect expressions in join functional tests * update mvt expects * revert mapbox style expression changes for interpole color ramp * add greater then and equal to symbol for last stop * disable stop input for first ordinal color stop Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> * fix crossmerge Co-authored-by: Nathan Reese <reese.nathan@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
7.x #86069 |
…olor breaks (#86050) (#86069) * [Maps] unify legend for percentiles, interpolate, and custom ordinal color breaks (#85343) * [Maps] unify legend for percentiles, interpolate, and custom ordinal color breaks * unify mapbox style expression * snapshot updates * update jest expects * use less than and great than symbol for first and last stop * tslint * do not show legend if customColorRamp is not provided * update functional test expects * update functional test expect * update mapbox expect expressions in join functional tests * update mvt expects * revert mapbox style expression changes for interpole color ramp * add greater then and equal to symbol for last stop * disable stop input for first ordinal color stop Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> * fix crossmerge Co-authored-by: Nathan Reese <reese.nathan@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Thomas Neirynck <thomas@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This is the same as #85343
This fixes the cross-merge issue raised here: #85343 (comment), by adding the
i18n
import back in.