Skip to content

Commit d0581e2

Browse files
committed
fix typo (ax.setScale has no arg)
1 parent c5f9e74 commit d0581e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/subroutines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ exports.doAutoRangeAndConstraints = function(gd) {
737737
ax = Axes.getFromId(gd, id);
738738
ax.range = rng.slice();
739739
ax._input.range = rng.slice();
740-
ax.setScale(0);
740+
ax.setScale();
741741
}
742742
}
743743
};

0 commit comments

Comments
 (0)