[ML] Data Visualizer: Remove duplicated geo examples, support 'version' type, add filters for boolean fields, and add sticky header to Discover#136236
Merged
qn895 merged 9 commits intoelastic:mainfrom Jul 14, 2022
Conversation
8629402 to
e923e33
Compare
e923e33 to
4b64a60
Compare
Contributor
|
Pinging @elastic/ml-ui (:ml) |
35 tasks
...ion/common/components/expanded_row/geo_point_content_with_map/geo_point_content_with_map.tsx
Outdated
Show resolved
Hide resolved
...ion/common/components/expanded_row/geo_point_content_with_map/geo_point_content_with_map.tsx
Outdated
Show resolved
Hide resolved
9e8b3c5 to
3dc8912
Compare
| TEXT: 'text', | ||
| HISTOGRAM: 'histogram', | ||
| UNKNOWN: 'unknown', | ||
| VERSION: 'version', |
Member
There was a problem hiding this comment.
nit, UNKNOWN should be the last item in this list
Member
There was a problem hiding this comment.
not for this PR, but JOB_FIELD_TYPES should probably be replaced with ES_FIELD_TYPES
peteharverson
approved these changes
Jul 14, 2022
Contributor
peteharverson
left a comment
There was a problem hiding this comment.
Tested latest changes and LGTM.
Love the sticky table header in Discover!
1ab83b9 to
cc5f0fd
Compare
…o-bool-filter-version-icon
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @qn895 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR is part of #86387. It adds several enhancements:
Geo fields no longer show duplicated results.
Field stats in Discover now have a sticky header when table is scrolled (see issue [Discover] Pin header row in Field Statistics when scrolling #136299):
Screen.Recording.2022-07-13.at.16.11.50.mov
Checklist
Delete any items that are not applicable to this PR.
Risk Matrix
Delete this section if it is not applicable to this PR.
Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release.
When forming the risk matrix, consider some of the following examples and how they may potentially impact the change:
For maintainers