Commit 72b79e14 authored by liuzhaoh's avatar liuzhaoh

解决0值tooltip不显示问题

parent 612e513f
...@@ -216,10 +216,10 @@ export const getLineOption2 = (xData = [], seriesData = [], legendDesc = "健康 ...@@ -216,10 +216,10 @@ export const getLineOption2 = (xData = [], seriesData = [], legendDesc = "健康
} }
}, },
grid: { grid: {
left: "12%", left: "70",
right: "50", right: "50",
bottom: "15%", bottom: "30",
top: "20%", top: "30",
}, },
legend: { legend: {
data: [legendDesc], data: [legendDesc],
......
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