-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
Should the lower values of Bytes be decimals of the largest value? For example the Y axis in this:

would instead be 0.9KB, 0.5KB etc...
We might want some granularity control over what is visible as the axis labels versus what we can see in the tooltip. Ex:
I'd like to ensure the x-axis labels are marked at the whole values, but see the decimals places in the tooltip.
Okay, both 2 and 3 are related to the same overall issue, which is that our formatters don't have any context. It's especially noticeable because the bytes formatter scales itself between orders of magnitude, but affects dates as well. For example: #7539 #51227
I don't expect to solve these issues in this PR, as it's something the bytes formatter has across Kibana. Feel free to open an issue to discuss the problem of bytes formatting on the Y axis.
Originally posted by @wylieconlon in #56253 (comment)
