Skip to content

Commit 835c69b

Browse files
committed
fix typo (ax.setScale has no arg)
1 parent 46e07b1 commit 835c69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/subroutines.js

+1-1
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)