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 8a242b1 commit 89ae294Copy full SHA for 89ae294
src/traces/bar/attributes.js
@@ -72,7 +72,9 @@ module.exports = {
72
'*inside* positions `text` inside, next to the bar end',
73
'(rotated and scaled if needed).',
74
'*outside* positions `text` outside, next to the bar end',
75
- '(scaled if needed).',
+ '(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.',
78
'*auto* positions `text` inside or outside',
79
'so that `text` size is maximized.'
80
].join(' ')
0 commit comments