We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11fbcc0 + e131cb7 commit 4052a03Copy full SHA for 4052a03
src/plots/layout_attributes.js
@@ -269,7 +269,7 @@ module.exports = {
269
role: 'style',
270
dflt: colorAttrs.background,
271
editType: 'plot',
272
- description: 'Sets the color of paper where the graph is drawn.'
+ description: 'Sets the background color of the paper where the graph is drawn.'
273
},
274
plot_bgcolor: {
275
// defined here, but set in cartesian.supplyLayoutDefaults
@@ -279,7 +279,7 @@ module.exports = {
279
280
editType: 'layoutstyle',
281
description: [
282
- 'Sets the color of plotting area in-between x and y axes.'
+ 'Sets the background color of the plotting area in-between x and y axes.'
283
].join(' ')
284
285
separators: {
0 commit comments