Commit 160cc7a2 by zhaochengxiang

bug fix

parent 0db71c04
......@@ -426,7 +426,9 @@ const StackedLine = ({ data }) => {
let option = {
tooltip: {
trigger: 'axis'
trigger: 'axis',
//解决截断问题
appendToBody: true,
},
legend: {
bottom: 0,
......
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