提交 12c96beb 编写于 作者: D deqingli

fix(markline): add lineWidth fault tolerance

上级 520ba6c7
......@@ -75,7 +75,7 @@ function setLinePoints(targetShape, points, lineWidth) {
y2: points[1][1]
},
style: {
lineWidth: lineWidth
lineWidth: lineWidth == null ? 1 : lineWidth
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册