-
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
[APM] Fix Transaction duration distribution barchart clickarea #84394
[APM] Fix Transaction duration distribution barchart clickarea #84394
Conversation
f2a795a
to
45de2e0
Compare
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.
Nice!!
Pinging @elastic/apm-ui (Team:apm) |
Nit: when hovering over the buckets, the cursor is on the right side of the bucket. Is it possible to center it? |
jenkins run the e2e |
Minor visual improvement; would it be possible to change the focus border around the selected bucket to |
I asked the Elastic Charts team if it is possible to set the tooltip to follow the cursor. |
@sqren currently there's no way to make the tooltip to follow the cursor. |
I didn't mean for it to follow the cursor. But the tooltip should be centered on the hovered bucket instead of being on the right edge of it. |
@sqren That's what I meant, but apparently, I haven't expressed myself clearly when I said "follow", the charts team also didn't get that I wanted to show it inside 😅. But that's possible 👇🏻 |
@cauemarcondes , sorry, this time I didn't express myself clearly :D I didn't mean the tooltip - I mean the vertical marker/cursor (very light grey) that currently (also in your screenshot) sits on the right edge of the bucket. It should be centered. |
x-pack/plugins/apm/public/components/app/TransactionDetails/Distribution/index.tsx
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
jenkins run the e2e |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Distributable file count
Page load bundle
History
To update your PR or re-run it, just comment with: |
…ic#84394) * [APM] select transaction distribution by clicking on the entire bucket * fixing margins and bucket click * changing annotation color * adding tooltip placement bottom * addressing pr comments Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
… (#85816) * [APM] select transaction distribution by clicking on the entire bucket * fixing margins and bucket click * changing annotation color * adding tooltip placement bottom * addressing pr comments Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Tests OK |
This is related to #84178
This PR also fixed the margin problem around the charts.