Commit 8900a582 by zhaochengxiang

bug fix

parent a6248200
...@@ -424,7 +424,6 @@ const StackedLine = ({ data }) => { ...@@ -424,7 +424,6 @@ const StackedLine = ({ data }) => {
serieNames = Object.keys(data[0]).filter(item => item !== 'date') serieNames = Object.keys(data[0]).filter(item => item !== 'date')
} }
console.log('serieNames', serieNames)
let option = { let option = {
tooltip: { tooltip: {
trigger: 'axis' trigger: 'axis'
......
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