File tree 3 files changed +126
-112
lines changed
3 files changed +126
-112
lines changed Original file line number Diff line number Diff line change @@ -699,15 +699,15 @@ module.exports = {
699
699
] . join ( ' ' )
700
700
} ,
701
701
ticklabelshiftx : {
702
- valType : 'number ' ,
702
+ valType : 'integer ' ,
703
703
dflt : 0 ,
704
704
editType : 'ticks' ,
705
705
description : [
706
706
'Horizontally shifts the tick labels by the specified number of pixels.'
707
707
] . join ( ' ' )
708
708
} ,
709
709
ticklabelshifty : {
710
- valType : 'number ' ,
710
+ valType : 'integer ' ,
711
711
dflt : 0 ,
712
712
editType : 'ticks' ,
713
713
description : [
Original file line number Diff line number Diff line change @@ -157,8 +157,22 @@ module.exports = {
157
157
'Has an effect only if `tickmode` is set to *auto*.'
158
158
] . join ( ' ' )
159
159
} ,
160
- ticklabelshiftx : axesAttrs . ticklabelshiftx ,
161
- ticklabelshifty : axesAttrs . ticklabelshifty ,
160
+ ticklabelshiftx : {
161
+ valType : 'integer' ,
162
+ dflt : 0 ,
163
+ editType : 'calc' ,
164
+ description : [
165
+ 'Horizontally shifts the tick labels by the specified number of pixels.'
166
+ ] . join ( ' ' )
167
+ } ,
168
+ ticklabelshifty : {
169
+ valType : 'integer' ,
170
+ dflt : 0 ,
171
+ editType : 'calc' ,
172
+ description : [
173
+ 'Vertically shifts the tick labels by the specified number of pixels.'
174
+ ] . join ( ' ' )
175
+ } ,
162
176
tickvals : {
163
177
valType : 'data_array' ,
164
178
editType : 'calc' ,
You can’t perform that action at this time.
0 commit comments