[Exploratory View] Fixed brushing/scrubbing on time series charts#98623
Merged
shahzad31 merged 6 commits intoelastic:masterfrom Apr 29, 2021
Merged
[Exploratory View] Fixed brushing/scrubbing on time series charts#98623shahzad31 merged 6 commits intoelastic:masterfrom
shahzad31 merged 6 commits intoelastic:masterfrom
Conversation
4 tasks
formgeist
approved these changes
Apr 28, 2021
Contributor
formgeist
left a comment
There was a problem hiding this comment.
Adding brushing for time-series works for me - and displaying the message is better than the user not knowing why it's not available for any other x-axis. Made a small comment on the toast.
formgeist
reviewed
Apr 28, 2021
x-pack/plugins/observability/public/components/shared/exploratory_view/exploratory_view.tsx
Outdated
Show resolved
Hide resolved
…ory_view/exploratory_view.tsx Co-authored-by: Casper Hübertz <casper@formgeist.com>
Contributor
Author
|
@formgeist also pushed the change to make Metric and chart type full width , also fixed the issue you raised in the same issue Selecting an application makes another option disappear |
Contributor
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @shahzad31 |
Contributor
|
@shahzad31 Thanks for fixing the filter popover as well 👍 |
Contributor
|
Pinging @elastic/uptime (Team:uptime) |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Apr 29, 2021
…astic#98623) Co-authored-by: Casper Hübertz <casper@formgeist.com>
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Apr 29, 2021
…astic#98623) Co-authored-by: Casper Hübertz <casper@formgeist.com>
Contributor
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
Fixes first and second task from #98602
I didn't find an option to disable Brusing in lens component, so i implemented it for time series charts and where user does brushing on a chart, where it doesn't make sense, for example on a distribution chart, there it will display user a toast if user tries Brushing.
Message copy can be improved, feedback needed.
Also fixed popover toggle state on add filter button