if (!ignoreX) {
                    x = model.xi(row);
                    memo.left = Math.min(memo.left, x - r);
                    memo.right = Math.max(memo.right, x + r);
                }