Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58bf5bb + dc303b5 commit 56e9fb0Copy full SHA for 56e9fb0
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