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.
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] Data Grid Histograms #68359
[ML] Data Grid Histograms #68359
Changes from all commits
202035a
b2f1f31
f1eb766
294eac6
4e2ef59
f3873bd
9e4423a
b571b9c
34bfb7a
072b698
6d3a878
5f7df12
50de160
6151122
53b34be
dfb6d11
4026c82
c4acf11
9364733
ebcef61
1b37d3f
3393f59
e79ca57
e270a90
17b8752
4a66f7d
c8a6980
730c8d3
510f7b6
813065d
4dadf58
90b5939
aaf6bdf
ff8903d
8364f20
fbc9221
a717964
6c6d9f7
8570a4b
eee4bfa
0deff76
1bc0bca
f9a1399
4da1352
82447ae
2f6f642
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This one can probably be improved a little.
@include euiTextTruncate;
@include euiFontSizeXS
Then you won't need all the overflow stuff, and can get rid of the line-heights and sizing.
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 the hint, fixed in 1b37d3f.
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.
commented code 👀
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.
This will be solved in a follow up. Originally this code was used to work with
EuiBasicTable
which had a callback when hovering table rows.EuiDataGrid
doesn't come with that out of the box so it needs more investigation.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.
Sure it's fine to resolve in a follow-up, but with VCS there is no need in keeping the commented code 🙂
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.
commented code