mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
@@ -157,8 +157,10 @@ export function baseAreaOptionAntV(plot, container, chart, action) {
|
||||
size: parseInt(s.lineSymbolSize),
|
||||
shape: s.lineSymbol
|
||||
}
|
||||
options.lineStyle = {
|
||||
lineWidth: parseInt(s.lineWidth)
|
||||
options.line = {
|
||||
style: {
|
||||
lineWidth: parseInt(s.lineWidth)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user