Skip to content

Commit fc6c895

Browse files
committed
fixup PlotSchema.get() for splom
1 parent cf485b7 commit fc6c895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/plot_schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ function getLayoutAttributes() {
486486

487487
if(!_module.layoutAttributes) continue;
488488

489-
if(_module.name === 'cartesian') {
489+
if(_module.name === 'cartesian' || _module.name === 'splom') {
490490
handleBasePlotModule(layoutAttributes, _module, 'xaxis');
491491
handleBasePlotModule(layoutAttributes, _module, 'yaxis');
492492
}

0 commit comments

Comments
 (0)