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 1dfc512 commit d8b9c08Copy full SHA for d8b9c08
src/components/colorbar/attributes.js
@@ -99,8 +99,8 @@ module.exports = overrideAll({
99
'Sets this color bar\'s vertical position anchor',
100
'This anchor binds the `y` position to the *top*, *middle*',
101
'or *bottom* of the color bar.',
102
- 'Defaults to *middle* when `orientation` if *v* and ',
103
- 'defaults to *bottom* when `orientation` if *h*.'
+ 'Defaults to *middle* when `orientation` is *v* and',
+ '*bottom* when `orientation` is *h*.'
104
].join(' ')
105
},
106
ypad: {
0 commit comments