We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c9708 commit 46feda1Copy full SHA for 46feda1
src/components/colorscale/defaults.js
@@ -54,7 +54,7 @@ module.exports = function colorScaleDefaults(traceIn, traceOut, layout, coerce,
54
coerce(prefix + 'colorscale');
55
coerce(prefix + 'reversescale');
56
57
- if(!opts.noScale && prefix !== 'marker.line.') {
+ if(prefix !== 'marker.line.') {
58
// handles both the trace case where the dflt is listed in attributes and
59
// the marker case where the dflt is determined by hasColorbar
60
var showScaleDflt;
0 commit comments