Commit 0db71c04 by zhaochengxiang

bug fix

parent bba58170
...@@ -430,7 +430,8 @@ const StackedLine = ({ data }) => { ...@@ -430,7 +430,8 @@ const StackedLine = ({ data }) => {
}, },
legend: { legend: {
bottom: 0, bottom: 0,
data: serieNames data: serieNames,
type: 'scroll',
}, },
grid: { grid: {
left: '3%', left: '3%',
......
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