Skip to content

Commit b6d7a91

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

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
@@ -61,8 +61,8 @@ module.exports = overrideAll({
6161
max: 3,
6262
description: [
6363
'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*.'
64+
'Defaults to 1.02 when `orientation` is *v* and',
65+
'0.5 when `orientation` is *h*.'
6666
].join(' ')
6767
},
6868
xanchor: {

0 commit comments

Comments
 (0)