Skip to content

Commit be51caf

Browse files
committed
leave prefix defined
1 parent 0d76bf5 commit be51caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/bar/plot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ module.exports = function plot(gd, plotinfo, cdModule, traceLayer) {
111111
var cont = trace[di.dir].marker;
112112
lw = cont.line.width;
113113
mc = cont.color;
114-
prefix = 'waterfall';
115114
}
115+
prefix = 'waterfall';
116116
} else {
117117
lw = (di.mlw + 1 || trace.marker.line.width + 1 ||
118118
(di.trace ? di.trace.marker.line.width : 0) + 1) - 1;

0 commit comments

Comments
 (0)