Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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