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
Expected behaviour
Domain fit should not be impacted by whether the enableHistogramMode flag is enabled or not.
Version (please complete the following information):
Elastic Charts: v21.0.0
Additional context
This issues was introduced in #751 by treating any bar series with enableHistogramMode set to true as stacked. This was done to prevent clustered bar charts in a histogram.
The solution here would be to only force the stacking behavior for histogram bar charts when there is more than one bar series.
Describe the issue
Whenever a user creates a bar series and enables the
enableHistogramMode
flag, the series is treated as stacked.This unexpectedly disabled the domain fitting due to the filling of dataseries values for stacked series.
To Reproduce
Steps to reproduce the behavior:
enableHistogramMode
optionfit
is applied in each caseExpected behaviour
Domain fit should not be impacted by whether the
enableHistogramMode
flag is enabled or not.Version (please complete the following information):
v21.0.0
Additional context
This issues was introduced in #751 by treating any bar series with
enableHistogramMode
set totrue
as stacked. This was done to prevent clustered bar charts in a histogram.The solution here would be to only force the stacking behavior for histogram bar charts when there is more than one bar series.
Kibana Cross Issues
Checklist
:xy
,:partition
):interactions
,:axis
)Kibana Cross Issues
list and thekibana cross issue
tag is appliedThe text was updated successfully, but these errors were encountered: