-
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] X-axis ticks overlap on small screen sizes #50888
Comments
sorenlouv
added
[zube]: (7.6) Planned for release
bug
Fixes for quality problems that affect the customer experience
Team:APM
All issues that need APM UI Team support
v7.6.0
labels
Nov 18, 2019
Pinging @elastic/apm-ui (Team:apm) |
dgieselaar
added
[zube]: In Progress
and removed
[zube]: (7.6) Planned for release
labels
Nov 18, 2019
dgieselaar
added a commit
to dgieselaar/kibana
that referenced
this issue
Nov 18, 2019
dgieselaar
added a commit
that referenced
this issue
Nov 19, 2019
dgieselaar
added a commit
to dgieselaar/kibana
that referenced
this issue
Nov 19, 2019
dgieselaar
added a commit
that referenced
this issue
Nov 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
On smaller screen size (13" and below) the x-axis tick marks overlap which makes them unreadable. This happens when the time range is set to 7 days or above.
How
#48355 added support for better timezone display but also changed the behaviour of x-axis tick marks. Previously the number of tick marks was dynamic (introduced in #44870) but after #48355 it became static due to the prop
tickValues={xTickValues}
which madetickTotal
redundant:.
Suggestion
Currently
xTickValues
are declared inkibana/x-pack/legacy/plugins/apm/public/components/shared/charts/CustomPlot/plotUtils.js
Lines 78 to 86 in 583500e
ticks()
we can control the number of ticks.and instead of
https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/apm/public/components/shared/charts/CustomPlot/StaticPlot.js#L172-L178
The text was updated successfully, but these errors were encountered: