File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,9 @@ module.exports = {
179
179
dflt : 0 ,
180
180
editType : 'calc' ,
181
181
description : [
182
- 'Sets the width of the box. ' ,
182
+ 'Sets the width of the box in data coordinate ' ,
183
183
'If *0* (default value) the width is automatically selected based on the positions' ,
184
- 'of other box traces in the same subplot.' ,
184
+ 'of other box traces in the same subplot.'
185
185
] . join ( ' ' )
186
186
} ,
187
187
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ module.exports = {
138
138
139
139
width : extendFlat ( { } , boxAttrs . width , {
140
140
description : [
141
- 'Sets the width of the violin.' ,
141
+ 'Sets the width of the violin in data coordinates .' ,
142
142
'If *0* (default value) the width is automatically selected based on the positions' ,
143
143
'of other violin traces in the same subplot.' ,
144
144
] . join ( ' ' )
You can’t perform that action at this time.
0 commit comments