提交 aa3ae12b 编写于 作者: P pissang

Fix points layout

上级 f14f2376
......@@ -45,7 +45,7 @@ export default function (seriesType) {
points[offset++] = point ? point[1] : NaN;
}
else {
data.setItemLayout(i, point || [NaN, NaN]);
data.setItemLayout(i, (point && point.slice()) || [NaN, NaN]);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册