Skip to content
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] Decrease amount of tick labels in the transaction graphs #18085

Closed
elasticmachine opened this issue Nov 28, 2017 · 6 comments
Closed

[APM] Decrease amount of tick labels in the transaction graphs #18085

elasticmachine opened this issue Nov 28, 2017 · 6 comments
Labels
enhancement New value added to drive a business result

Comments

@elasticmachine
Copy link
Contributor

elasticmachine commented Nov 28, 2017

Original comment by @formgeist:

screenshot 2017-11-28 14 13 11

When the viewport is small(er), the amount of tick labels displayed on the x-axis for the transaction graphs (Response times and RPM/TPM) overlap. A quick fix would be simply decrease the amount of labels displayed on the x-axis.

It seems the amount of ticks is determined by the time range selected (split in minutes have more than split in hours etc.). Is this controlled by Kibana for some reason, or can we set a min/max tick label amount in the graphs ourselves?

@elasticmachine
Copy link
Contributor Author

Original comment by @sqren:

can we set a min/max tick label amount in the graphs ourselves

Yes, we have full control over the ticks. Currently we require 7 tick marks, and let d3 decide the specific values.

@elasticmachine
Copy link
Contributor Author

Original comment by @formgeist:

@sqren Can we change it to max. 8 on the x-axis? That's just a magic number I pulled out of my 🎩 but from what I can count that's a decent amount before it breaks on the viewport.

@elasticmachine
Copy link
Contributor Author

Original comment by @sqren:

@formgeist That should be possible. I actually thought we already limited it to 7, but looking closer at the screenshot you posted I see 12 ticks, so that's clearly not the case.

@elasticmachine
Copy link
Contributor Author

Original comment by @sqren:

Btw. should it be responsive? So depending on the width:
500px: 7ticks
800px: 12 ticks

or something like it?

@elasticmachine
Copy link
Contributor Author

Original comment by @formgeist:

Lets leave the responsiveness out of it for now. 8 ticks is good as default for any size viewport IMO.

@elasticmachine elasticmachine added Team:APM - DEPRECATED Use Team:obs-ux-infra_services. v6.4.0 labels Apr 24, 2018
@formgeist formgeist added the enhancement New value added to drive a business result label Jun 14, 2018
@LeeDr LeeDr added v6.5.0 and removed v6.4.0 labels Jul 25, 2018
@sorenlouv
Copy link
Member

Fixed in #44870

@sorenlouv sorenlouv removed Team:APM - DEPRECATED Use Team:obs-ux-infra_services. [zube]: Impl Backlog labels Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result
Projects
None yet
Development

No branches or pull requests

5 participants