File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 98
98
</ div >
99
99
< div class ="vp-grid-box sb-option bins ">
100
100
< label for ="bins " class ="vp-bold "> Bins</ label >
101
- < input type ="number " class ="vp-input vp-state " id ="bins " placeholder ="Type bins " />
101
+ < input type ="number " class ="vp-input vp-state " id ="bins " placeholder ="Type bins " step =" 5 " min =" 0 " />
102
102
</ div >
103
103
</ div >
104
104
< label for ="userOption " class ="vp-bold "> User Option</ label >
131
131
</ div >
132
132
< div class ="vp-grid-col-95 ">
133
133
< label for ="xticks_rotate "> Rotation</ label >
134
- < input type ="number " id ="xticks_rotate " class ="vp-input vp-state " placeholder ="45 " />
134
+ < input type ="number " id ="xticks_rotate " class ="vp-input vp-state " placeholder ="45 " step =" 5 " />
135
135
</ div >
136
136
< label > < input type ="checkbox " id ="removeXticks " class ="vp-state "/> < span > Remove X ticks</ span > </ label >
137
137
< label for ="yticks " class ="vp-tab-group-title "> Y ticks</ label >
144
144
</ div >
145
145
< div class ="vp-grid-col-95 ">
146
146
< label for ="yticks_rotate "> Rotation</ label >
147
- < input type ="number " id ="yticks_rotate " class ="vp-input vp-state " placeholder ="45 " />
147
+ < input type ="number " id ="yticks_rotate " class ="vp-input vp-state " placeholder ="45 " step =" 5 " />
148
148
</ div >
149
149
< label > < input type ="checkbox " id ="removeYticks " class ="vp-state "/> < span > Remove Y ticks</ span > </ label >
150
150
</ div >
You can’t perform that action at this time.
0 commit comments