Skip to content

Commit dc2121e

Browse files
committed
Revert "[testing] make grid line color by red by default"
This reverts commit c2fe95e.
1 parent a7e2594 commit dc2121e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/layout_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ module.exports = {
336336
},
337337
gridcolor: {
338338
valType: 'color',
339-
dflt: 'red',
339+
dflt: colorAttrs.lightLine,
340340
role: 'style',
341341
description: 'Sets the color of the grid lines.'
342342
},

0 commit comments

Comments
 (0)