Skip to content

Commit

Permalink
add the word background to description so it will get indexed by algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Damiba committed Jan 31, 2020
1 parent 11fbcc0 commit e131cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plots/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ module.exports = {
role: 'style',
dflt: colorAttrs.background,
editType: 'plot',
description: 'Sets the color of paper where the graph is drawn.'
description: 'Sets the background color of the paper where the graph is drawn.'
},
plot_bgcolor: {
// defined here, but set in cartesian.supplyLayoutDefaults
Expand All @@ -279,7 +279,7 @@ module.exports = {
dflt: colorAttrs.background,
editType: 'layoutstyle',
description: [
'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.'
].join(' ')
},
separators: {
Expand Down

0 comments on commit e131cb7

Please sign in to comment.