Skip to content

Commit 56e9fb0

Browse files
authoredJan 25, 2019
Merge pull request #3481 from plotly/table-fill-color-description-fix
Add info about 2D array `fill.color` input in table attributes
2 parents 58bf5bb + dc303b5 commit 56e9fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎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)