diff --git a/src/traces/table/attributes.js b/src/traces/table/attributes.js index 1bed7104a10..6de6a04cf2f 100644 --- a/src/traces/table/attributes.js +++ b/src/traces/table/attributes.js @@ -110,7 +110,7 @@ var attrs = module.exports = overrideAll({ role: 'style', description: [ 'Sets the cell fill color. It accepts either a specific color', - ' or an array of colors.' + ' or an array of colors or a 2D array of colors.' ].join('') } }, @@ -190,7 +190,7 @@ var attrs = module.exports = overrideAll({ dflt: 'white', description: [ 'Sets the cell fill color. It accepts either a specific color', - ' or an array of colors.' + ' or an array of colors or a 2D array of colors.' ].join('') } },