提交 92900f09 authored 作者: junjie's avatar junjie

fix: AntV线宽

上级 3d75e992
...@@ -157,11 +157,13 @@ export function baseAreaOptionAntV(plot, container, chart, action) { ...@@ -157,11 +157,13 @@ export function baseAreaOptionAntV(plot, container, chart, action) {
size: parseInt(s.lineSymbolSize), size: parseInt(s.lineSymbolSize),
shape: s.lineSymbol shape: s.lineSymbol
} }
options.lineStyle = { options.line = {
style: {
lineWidth: parseInt(s.lineWidth) lineWidth: parseInt(s.lineWidth)
} }
} }
} }
}
// 开始渲染 // 开始渲染
if (plot) { if (plot) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论