Skip to content

Commit dc303b5

Browse files
committedJan 24, 2019
add info about 2D array fill.color input
1 parent 58bf5bb commit dc303b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎src/traces/table/attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var attrs = module.exports = overrideAll({
110110
role: 'style',
111111
description: [
112112
'Sets the cell fill color. It accepts either a specific color',
113-
' or an array of colors.'
113+
' or an array of colors or a 2D array of colors.'
114114
].join('')
115115
}
116116
},
@@ -190,7 +190,7 @@ var attrs = module.exports = overrideAll({
190190
dflt: 'white',
191191
description: [
192192
'Sets the cell fill color. It accepts either a specific color',
193-
' or an array of colors.'
193+
' or an array of colors or a 2D array of colors.'
194194
].join('')
195195
}
196196
},

0 commit comments

Comments
 (0)
Please sign in to comment.