Skip to content

Commit 8bc197e

Browse files
committed
fix zoom on splom
1 parent 9b067c8 commit 8bc197e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/traces/splom/base_plot.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ function clean(newFullData, newFullLayout, oldFullData, oldFullLayout) {
4040

4141
module.exports = {
4242
name: SPLOM,
43+
attrRegex: Cartesian.attrRegex,
44+
layoutAttributes: Cartesian.layoutAttributes,
4345
supplyLayoutDefaults: Cartesian.supplyLayoutDefaults,
4446
drawFramework: Cartesian.drawFramework,
4547
plot: plot,

0 commit comments

Comments
 (0)