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 = {
703703 dflt : 0 ,
704704 editType : 'ticks' ,
705705 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.'
707708 ] . join ( ' ' )
708709 } ,
709710 ticklabelstandoff : {
710711 valType : 'integer' ,
711712 dflt : 0 ,
712713 editType : 'ticks' ,
713714 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".'
715719 ] . join ( ' ' )
716720 } ,
717721 mirror : {
You can’t perform that action at this time.
0 commit comments