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.
2 parents ffa0f65 + 93a390f commit 8951847Copy full SHA for 8951847
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