Commit 65884fbf authored by liuzhaoh's avatar liuzhaoh

tooltip处理

parent 737b1676
......@@ -211,6 +211,9 @@ export const getBagMonitoringChartOption = (xData = [], seriesData = []) => ({
export const getLineOption2 = (xData = [], seriesData = [], legendDesc = "健康度指数(%)") => ({
tooltip: {
trigger: "axis",
axisPointer: {
type: "none"
}
},
grid: {
left: "12%",
......
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