We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c323bc commit 8ebc030Copy full SHA for 8ebc030
1 file changed
src/traces/bar/plot.js
@@ -157,6 +157,7 @@ function plot(gd, plotinfo, cdModule, traceLayer, opts, makeOnCompleteCallback)
157
}
158
di.isBlank = isBlank;
159
160
+ // for empty bars, ensure start and end positions are equal when having transition
161
if(isBlank && withTransition) {
162
if(isHorizontal) {
163
x1 = x0;
0 commit comments