Skip to content

Commit c2fe95e

Browse files
committed
[testing] make grid line color by red by default
1 parent 5cc9b92 commit c2fe95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/layout_attributes.js

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

0 commit comments

Comments
 (0)