Commit f1caa7bb authored by leon's avatar leon

fix:set tooltop trigger

parent d7bd6bdf
......@@ -45,6 +45,10 @@
...this.elementInfo.option.yAxis,
data: categories
},
tooltip: {
...this.elementInfo.option.tooltip,
trigger: "axis"
},
dataZoom: this.elementInfo.dataZoom,
series: this.dealSeriesData(series)
}
......
......@@ -54,6 +54,10 @@
type: 'value'
}
],
tooltip: {
...this.elementInfo.option.tooltip,
trigger: "axis"
},
dataZoom: this.elementInfo.dataZoom,
series: this.dealSeriesData(series)
}
......
......@@ -40,6 +40,10 @@
...this.elementInfo.option.xAxis,
data: categories
},
tooltip: {
...this.elementInfo.option.tooltip,
trigger: "axis"
},
dataZoom: this.elementInfo.dataZoom,
series: this.dealSeriesData(series)
}
......
......@@ -42,6 +42,10 @@
...this.elementInfo.option.xAxis,
data: categories
},
tooltip: {
...this.elementInfo.option.tooltip,
trigger: "axis"
},
dataZoom: this.elementInfo.dataZoom,
series: this.dealSeriesData(series)
}
......
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