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.
1 parent 039ff9f commit e71dc7bCopy full SHA for e71dc7b
src/traces/table/attributes.js
@@ -89,8 +89,8 @@ var attrs = module.exports = overrideAll({
89
dflt: 'white',
90
description: [
91
'Sets the cell fill color. It accepts either a specific color',
92
- ' or an array of colors or a 2D array of colors.'
93
- ].join('')
+ 'or an array of colors or a 2D array of colors.'
+ ].join(' ')
94
}
95
},
96
@@ -157,8 +157,8 @@ var attrs = module.exports = overrideAll({
157
158
159
160
161
162
163
164
0 commit comments