File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -703,15 +703,19 @@ module.exports = {
703
703
dflt : 0 ,
704
704
editType : 'ticks' ,
705
705
description : [
706
- 'Shifts the tick labels by the specified number of pixels in parallel to the axis.'
706
+ 'Shifts the tick labels by the specified number of pixels in parallel to the axis.' ,
707
+ 'Positive values move the labels in the positive direction of the axis.'
707
708
] . join ( ' ' )
708
709
} ,
709
710
ticklabelstandoff : {
710
711
valType : 'integer' ,
711
712
dflt : 0 ,
712
713
editType : 'ticks' ,
713
714
description : [
714
- 'Shifts the tick labels by the specified number of pixels orthogonally to the axis.'
715
+ 'Shifts the tick labels by the specified number of pixels orthogonally to the axis.' ,
716
+ 'A positive `ticklabelstandoff` will move the labels farther away from the plot area' ,
717
+ 'if `ticklabelposition` is "outside", and deeper into the plotarea if' ,
718
+ '`ticklabelposition` is "inside".'
715
719
] . join ( ' ' )
716
720
} ,
717
721
mirror : {
You can’t perform that action at this time.
0 commit comments