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 d8b9c08 commit 7bc4fb4Copy full SHA for 7bc4fb4
src/components/colorbar/attributes.js
@@ -88,8 +88,8 @@ module.exports = overrideAll({
88
max: 3,
89
description: [
90
'Sets the y position of the color bar (in plot fraction).',
91
- 'Defaults to 1.02 when `orientation` if *v* and ',
92
- 'defaults to 0.5 when `orientation` if *h*.'
+ 'Defaults to 0.5 when `orientation` is *v* and',
+ '1.02 when `orientation` is *h*.'
93
].join(' ')
94
},
95
yanchor: {
0 commit comments