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
@cauemarcondes I think using the minBarHeight might solve your issue. This applies a minimum bar height in px for non-zero and non-null values. See #443. We are currently doing this in discover see elastic/kibana#69875.
Something like...
<BarSeriesminBarHeight={2}/* other props *//>
Without setting the minBarHeight the height of the bar will always use the scaled value.
Describe the bug
A bucket is not shown when the difference between the y-axis is too big.
To Reproduce
Steps to reproduce the behavior:
Transactions duration distribution
chart.Expected behaviour
The chart should show a bucket even when the value is small.
Screenshots
Version (please complete the following information):
Kibana Cross Issues
elastic/kibana#80298
The text was updated successfully, but these errors were encountered: