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 @@ -41,7 +41,7 @@ module.exports = {
4141 dflt : true ,
4242 editType : 'calc' ,
4343 description : [
44- 'Determines whether or not this dimension is show on the graph.' ,
44+ 'Determines whether or not this dimension is shown on the graph.' ,
4545 'Note that even visible false dimension contribute to the' ,
4646 'default grid generate by this splom trace.'
4747 ] . join ( ' ' )
Original file line number Diff line number Diff line change @@ -474,11 +474,11 @@ module.exports = {
474474 meta : {
475475 description : [
476476 'Splom traces generate scatter plot matrix visualizations.' ,
477- 'Each splom `dimensions` items correspond to an generated axes .' ,
477+ 'Each splom `dimensions` items correspond to a generated axis .' ,
478478 'Values for each of those dimensions are set in `dimensions[i].values`.' ,
479479 'Splom traces support all `scattergl` marker style attributes.' ,
480480 'Specify `layout.grid` attributes and/or layout x-axis and y-axis attributes' ,
481- 'for control '
481+ 'for more control over the axis positioning and style. '
482482 ] . join ( ' ' )
483483 }
484484} ;
You can’t perform that action at this time.
0 commit comments