Skip to content

Commit 7bc4fb4

Browse files
Update src/components/colorbar/attributes.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent d8b9c08 commit 7bc4fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/colorbar/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ module.exports = overrideAll({
8888
max: 3,
8989
description: [
9090
'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*.'
91+
'Defaults to 0.5 when `orientation` is *v* and',
92+
'1.02 when `orientation` is *h*.'
9393
].join(' ')
9494
},
9595
yanchor: {

0 commit comments

Comments
 (0)