提交 b9960764 编写于 作者: 1 100pah

ts: typo

上级 cb8cadec
......@@ -74,8 +74,10 @@ export function getScaleExtent(scale: Scale, model: AxisBaseModel) {
boundaryGapInner = [0, 0];
}
else {
boundaryGapInner[0] = numberUtil.parsePercent(boundaryGapArr[0], 1);
boundaryGapInner[1] = numberUtil.parsePercent(boundaryGapArr[1], 1);
boundaryGapInner = [
numberUtil.parsePercent(boundaryGapArr[0], 1),
numberUtil.parsePercent(boundaryGapArr[1], 1)
];
}
span = (originalExtent[1] - originalExtent[0])
|| Math.abs(originalExtent[0]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册