You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see this from a different point of view. We should allow fitting the data only for line series, nothing else.
This because: bar and area should always start at 0 baseline, no exception. Their height/area represents their value, and we should prevent truncations.
@markov00 Ok I agree with the exception of log scales. So line can be fitted for all cases and area or bar can be fitted when the scale is set to log. What do you think?
Removing the zero baseline for line series is fine in all cases.
Removing the zero baseline for area and ba is always wrong. The exception we are applying to log is more an exception to improve the rendering and reading of the chart for a particular data domain. We only know that there can be a zero when we use a log scale, so we are limiting the rendering to a similar, but very small, zero-like baseline. Applying domain fit to area or bar is not a good approach IMHO
Describe the bug
When using a stacked series and setting the y-axis
domain.fit
totrue
, the domain is still locked to0
.To Reproduce
Steps to reproduce the behavior:
stackedAccessors
line0
, and the non-stacked series accurately fits the data to the datasetExpected behaviour
Stacked data should be fittable
Screenshots
Screen.Recording.2021-03-03.at.04.41.46.PM.mp4
Version (please complete the following information):
master
Kibana Cross Issues
elastic/kibana#93352
Checklist
Kibana Cross Issues
listkibana cross issue
tag is associated to the issue if any kibana cross issue is presentThe text was updated successfully, but these errors were encountered: