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
From what I can tell, this specifically happens when the histogram has more than one trace where one trace has more than one X value and the other trace has one X value.
It appears that "Results B", the dataset with a single result, renders as a line at the exact X value, rather than the bar overlay that is the full width of the bin. Adding an X value to trace2 ("Results B") results in expected behavior (uncomment line 25 in the codepen and comment line 24).
Below are photos for reference. The first shows the broken behavior when the trace has a single X value. The second shows expected behavior that is seen when a second X value is added to the trace data.
(Note: I do see this working as expected up until version 1.41.3.)