File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -57,20 +57,26 @@ module.exports = {
57
57
dflt : 'none' ,
58
58
arrayOk : true ,
59
59
description : [
60
- 'Specifies the location of the `textinfo`.'
60
+ 'Specifies the location of the `text`.' ,
61
+ '*inside* positions `text` inside, next to the bar end' ,
62
+ '(rotated and scaled if needed).' ,
63
+ '*outside* positions `text` outside, next to the bar end' ,
64
+ '(scaled if needed).' ,
65
+ '*auto* positions `text` inside or outside' ,
66
+ 'so that `text` size is maximized.'
61
67
] . join ( ' ' )
62
68
} ,
63
69
64
70
textfont : extendFlat ( { } , textFontAttrs , {
65
- description : 'Sets the font used for `textinfo `.'
71
+ description : 'Sets the font used for `text `.'
66
72
} ) ,
67
73
68
74
insidetextfont : extendFlat ( { } , textFontAttrs , {
69
- description : 'Sets the font used for `textinfo ` lying inside the bar.'
75
+ description : 'Sets the font used for `text ` lying inside the bar.'
70
76
} ) ,
71
77
72
78
outsidetextfont : extendFlat ( { } , textFontAttrs , {
73
- description : 'Sets the font used for `textinfo ` lying outside the bar.'
79
+ description : 'Sets the font used for `text ` lying outside the bar.'
74
80
} ) ,
75
81
76
82
orientation : {
You can’t perform that action at this time.
0 commit comments