diff --git a/src/components/legend/attributes.js b/src/components/legend/attributes.js index 43e45b2faff..98c55bec6ad 100644 --- a/src/components/legend/attributes.js +++ b/src/components/legend/attributes.js @@ -17,7 +17,10 @@ module.exports = { valType: 'color', role: 'style', editType: 'legend', - description: 'Sets the legend background color.' + description: [ + 'Sets the legend background color.', + 'Defaults to `layout.paper_bgcolor`.' + ].join(' ') }, bordercolor: { valType: 'color',