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 7bc4fb4 commit b6d7a91Copy full SHA for b6d7a91
src/components/colorbar/attributes.js
@@ -61,8 +61,8 @@ module.exports = overrideAll({
61
max: 3,
62
description: [
63
'Sets the x position of the color bar (in plot fraction).',
64
- 'Defaults to 1.02 when `orientation` if *v* and ',
65
- 'defaults to 0.5 when `orientation` if *h*.'
+ 'Defaults to 1.02 when `orientation` is *v* and',
+ '0.5 when `orientation` is *h*.'
66
].join(' ')
67
},
68
xanchor: {
0 commit comments