Commit 98157e6f by zhaochengxiang

bug fix

parent e5628d90
......@@ -451,7 +451,6 @@ const StackedLine = ({ data }) => {
return ({
name,
type: 'line',
stack: 'Total',
data: (data??[]).map(item => item[`${name}`])
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment