File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ module.exports = {
3737 x : {
3838 valType : 'data_array' ,
3939 editType : 'calc+clearAxisTypes' ,
40- description : [ 'Sets the x coordinates.' , ' If absent, linear coordinate will be generated.'] . join ( ' ' )
40+ description : 'Sets the x coordinates. If absent, linear coordinate will be generated.'
4141 } ,
4242
4343 open : {
@@ -121,7 +121,7 @@ module.exports = {
121121 max : 0.5 ,
122122 dflt : 0.3 ,
123123 editType : 'calc' ,
124- description : [ 'Sets the width of the open/close tick marks' , ' relative to the *x* minimal interval.'] . join ( ' ' )
124+ description : 'Sets the width of the open/close tick marks relative to the *x* minimal interval.'
125125 } ,
126126
127127 hoverlabel : extendFlat ( { } , fxAttrs . hoverlabel , {
You can’t perform that action at this time.
0 commit comments