Skip to content

Commit 991face

Browse files
committed
return after setting colorscale
1 parent f9dce0d commit 991face

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/colorbar/connect.js

+2
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@ module.exports = function connectColorbar(gd, cd, moduleOpts) {
6262
cb.fillgradient(scl)
6363
.zrange([container[moduleOpts.min], container[moduleOpts.max]])
6464
.options(container.colorbar)();
65+
66+
return;
6567
}
6668
};

0 commit comments

Comments
 (0)