fix:修改 tooltip不显示的问题

This commit is contained in:
zhangyu
2022-01-26 10:07:18 +08:00
parent 1169d8a2cc
commit da17dc8ad2

View File

@@ -17,9 +17,14 @@ import {
export default {
name: 'ChartEchartWithStatistics',
setup () {
const myChart = null
return {
myChart
}
},
data () {
return {
myChart: null,
chartOption: null,
statisticsData: [],
statisticsHeight: 280