We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dce0d commit 991faceCopy full SHA for 991face
src/components/colorbar/connect.js
@@ -62,5 +62,7 @@ module.exports = function connectColorbar(gd, cd, moduleOpts) {
62
cb.fillgradient(scl)
63
.zrange([container[moduleOpts.min], container[moduleOpts.max]])
64
.options(container.colorbar)();
65
+
66
+ return;
67
}
68
};
0 commit comments