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 = {
41
41
dflt : true ,
42
42
editType : 'calc' ,
43
43
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.' ,
45
45
'Note that even visible false dimension contribute to the' ,
46
46
'default grid generate by this splom trace.'
47
47
] . join ( ' ' )
Original file line number Diff line number Diff line change @@ -474,11 +474,11 @@ module.exports = {
474
474
meta : {
475
475
description : [
476
476
'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 .' ,
478
478
'Values for each of those dimensions are set in `dimensions[i].values`.' ,
479
479
'Splom traces support all `scattergl` marker style attributes.' ,
480
480
'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. '
482
482
] . join ( ' ' )
483
483
}
484
484
} ;
You can’t perform that action at this time.
0 commit comments