We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15e478 commit 706465bCopy full SHA for 706465b
src/traces/bar/attributes.js
@@ -72,11 +72,11 @@ 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). 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.'
+ '(scaled if needed), unless there is another bar stacked on',
+ 'this one, then the text gets pushed inside.',
+ '*auto* tries to position `text` inside the bar, but if',
+ 'the bar is too small and no bar is stacked on this one',
+ 'the text is moved outside.'
80
].join(' ')
81
},
82
0 commit comments