Skip to content

Commit 0723c21

Browse files
committed
discard axis scaling error
1 parent 547c334 commit 0723c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/set_convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ module.exports = function setConvert(ax, fullLayout) {
600600

601601
if(!isFinite(ax._m) || !isFinite(ax._b) || ax._length < 0) {
602602
fullLayout._replotting = false;
603-
throw new Error('Something went wrong with axis scaling');
603+
// throw new Error('Something went wrong with axis scaling');
604604
}
605605
};
606606

0 commit comments

Comments
 (0)