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 89e095e commit e1a0417Copy full SHA for e1a0417
src/traces/contour/colorbar.js
@@ -22,7 +22,7 @@ module.exports = function colorbar(gd, cd) {
22
23
gd._fullLayout._infolayer.selectAll('.' + cbId).remove();
24
25
- if(trace.showscale === false) {
+ if(!trace.showscale) {
26
Plots.autoMargin(gd, cbId);
27
return;
28
}
0 commit comments