We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78f3cd commit 93a390fCopy full SHA for 93a390f
src/components/legend/attributes.js
@@ -17,7 +17,10 @@ module.exports = {
17
valType: 'color',
18
role: 'style',
19
editType: 'legend',
20
- description: 'Sets the legend background color.'
+ description: [
21
+ 'Sets the legend background color.',
22
+ 'Defaults to `layout.paper_bgcolor`.'
23
+ ].join(' ')
24
},
25
bordercolor: {
26
0 commit comments