Skip to content

Commit e314022

Browse files
committed
Use alternate coerce function to avoid gridcolor of false
1 parent 17fe004 commit e314022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/carpet/axis_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module.exports = function handleAxisDefaults(containerIn, containerOut, options)
135135
dataAttr: letter
136136
});
137137

138-
var gridColor = coerce2('gridcolor', addOpacity(dfltColor, 0.3));
138+
var gridColor = coerce('gridcolor', addOpacity(dfltColor, 0.3));
139139
var gridWidth = coerce2('gridwidth');
140140
var gridDash = coerce2('griddash');
141141
var showGrid = coerce('showgrid');

0 commit comments

Comments
 (0)