File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ module.exports = {
72
72
'*inside* positions `text` inside, next to the bar end' ,
73
73
'(rotated and scaled if needed).' ,
74
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 .'
75
+ '(scaled if needed), unless there is another bar stacked on ' ,
76
+ 'this one, then the text gets pushed inside. ' ,
77
+ '*auto* tries to position `text` inside the bar, but if ' ,
78
+ 'the bar is too small and no bar is stacked on this one ' ,
79
+ 'the text is moved outside .'
80
80
] . join ( ' ' )
81
81
} ,
82
82
You can’t perform that action at this time.
0 commit comments