fix: AntV线宽

This commit is contained in:
junjie 2022-01-26 10:50:18 +08:00
parent 7fa3ec1ca9
commit 3fd3099d51

View File

@ -157,8 +157,10 @@ 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 = {
lineWidth: parseInt(s.lineWidth) style: {
lineWidth: parseInt(s.lineWidth)
}
} }
} }
} }