Skip to content

Commit 1dfc512

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/colorbar/attributes.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,11 @@ module.exports = overrideAll({
156156
'outside bottom', 'inside bottom'
157157
],
158158
dflt: 'outside',
159-
description: 'Determines where tick labels are drawn.'
159+
description: [
160+
'Determines where tick labels are drawn relative to the ticks.',
161+
'Left and right options are used when `orientation` is *h*,',
162+
'top and bottom when `orientation` is *v*.'
163+
].join(' ')
160164
},
161165

162166
ticklen: axesAttrs.ticklen,

0 commit comments

Comments
 (0)