Skip to content

Commit 89ae294

Browse files
committed
Clarify outside behavior in textposition description
1 parent 8a242b1 commit 89ae294

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/traces/bar/attributes.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ module.exports = {
7272
'*inside* positions `text` inside, next to the bar end',
7373
'(rotated and scaled if needed).',
7474
'*outside* positions `text` outside, next to the bar end',
75-
'(scaled if needed).',
75+
'(scaled if needed). For stacked and relative bars,',
76+
'where *base* is given the default value,',
77+
'only outmost bars are given the *outside* position.',
7678
'*auto* positions `text` inside or outside',
7779
'so that `text` size is maximized.'
7880
].join(' ')

0 commit comments

Comments
 (0)