Skip to content

Commit 4052a03

Browse files
author
Joseph Damiba
authored
Merge pull request #4536 from plotly/update-bg-color-description
add the word background to bgcolor description so it will get indexed by algolia
2 parents 11fbcc0 + e131cb7 commit 4052a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/layout_attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ module.exports = {
269269
role: 'style',
270270
dflt: colorAttrs.background,
271271
editType: 'plot',
272-
description: 'Sets the color of paper where the graph is drawn.'
272+
description: 'Sets the background color of the paper where the graph is drawn.'
273273
},
274274
plot_bgcolor: {
275275
// defined here, but set in cartesian.supplyLayoutDefaults
@@ -279,7 +279,7 @@ module.exports = {
279279
dflt: colorAttrs.background,
280280
editType: 'layoutstyle',
281281
description: [
282-
'Sets the color of plotting area in-between x and y axes.'
282+
'Sets the background color of the plotting area in-between x and y axes.'
283283
].join(' ')
284284
},
285285
separators: {

0 commit comments

Comments
 (0)