-
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
[ML] Add annotation markers to time series brush area to indicate annotations exist outside of selected range #81490
Merged
qn895
merged 23 commits into
elastic:master
from
qn895:ml-add-annotation-markers-in-context-brush-area
Nov 4, 2020
Merged
Changes from 10 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
697b60d
[ML] Remove redundant console.log
qn895 5f0d791
[ML] Rename old getAnnotation observable to getAnnotations$, add new …
qn895 ae65629
[ML] Change loadAnnotations to load separately from loadForJobID, rem…
qn895 ab4b600
[ML] Add annotation markers in time series brush area
qn895 5f904a9
[ML] Remove chart point value change
qn895 8148479
[ML] Add annotation markers to the bottom of context chart
qn895 1016d68
[ML] make annotations match the width in the focus area
qn895 e95be94
[ML] Remove duplicate scss stylings
qn895 bca6913
[ML] Remove redundant code
qn895 26cb1c8
Merge branch 'master' into ml-add-annotation-markers-in-context-brush…
kibanamachine aff3ab7
Merge remote-tracking branch 'upstream/master' into ml-add-annotation…
qn895 7945876
Merge remote-tracking branch 'upstream/master' into ml-add-annotation…
qn895 e84846f
[ML] Show tooltip
qn895 149ef85
[ML] Replace ctx annotation margin
qn895 3c6cd28
[ML] Add extra check to make annotationData safer
qn895 17c7903
Merge remote-tracking branch 'upstream/master' into ml-add-annotation…
qn895 f2253c0
Merge upstream/master into ml-add-annotation-markers-in-context-bru…
qn895 e12c721
[ML] Hide annotation strip
qn895 b55dacc
[ML] Change interface TimeseriesChart to class
qn895 af773a4
[ML] Fix i18n
qn895 d20aa19
Merge remote-tracking branch 'upstream/master' into ml-add-annotation…
qn895 3fb8c08
[ML] Fix toast notif show if no annotation data
qn895 d54048a
Merge remote-tracking branch 'upstream/master' into ml-add-annotation…
qn895 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
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.
For what it's worth, there are 1px
$euiBorderWidthThin
and 2px$euiBorderWidthThick
variables, if you're interested in using them here.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.
Thanks for looking it over 🙏 I think I'll keep
mlAnnotationBorderWidth
here since it's used for other parts as well but good to know we do have those variables available.