上传者: 38693506
|
上传时间: 2022-06-01 10:12:13
|
文件大小: 87KB
|
文件类型: PDF
main.js中
import echarts from ‘echarts’
Vue.prototype.$echarts = echarts
vue文件中
_this.calendarChart=_this.$echarts.init(document.getElementById('earlyWarningCalendar'))
_this.calendarChart.on('click',function (param) {
console.log(param)
})
_this.calendarChart.setOption(_this.scatterOption)
c