We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
1 parent 58bf5bb commit dc303b5Copy full SHA for dc303b5
src/traces/table/attributes.js
@@ -110,7 +110,7 @@ var attrs = module.exports = overrideAll({
110
role: 'style',
111
description: [
112
'Sets the cell fill color. It accepts either a specific color',
113
- ' or an array of colors.'
+ ' or an array of colors or a 2D array of colors.'
114
].join('')
115
}
116
},
@@ -190,7 +190,7 @@ var attrs = module.exports = overrideAll({
190
dflt: 'white',
191
192
193
194
195
196
0 commit comments