| | |
| | | type: "showTip", |
| | | seriesIndex: 0, |
| | | dataIndex: curIndex, |
| | | position: ['5%', '5%'], |
| | | // position: ['5%', '5%'], |
| | | }) |
| | | }, 1000) |
| | | equipmentmyChart.on('mouseover', function (param) { |
| | |
| | | type: "showTip", |
| | | seriesIndex: 0, |
| | | dataIndex: curIndex, |
| | | position: ['5%', '5%'], |
| | | |
| | | // position: ['5%', '5%'], |
| | | }) |
| | | }, 1000) |
| | | }) |
| | |
| | | }, |
| | | |
| | | siteClick (e) { |
| | | console.log(111222333) |
| | | this.dialogTitle = e.overlay.attrParams.name |
| | | this.dialogVisible = true |
| | | |
| | |
| | | methods: { |
| | | handleCurrentChange: function (currentPage) { |
| | | this.currentPage = currentPage |
| | | console.log(this.currentPage) //点击第几页 |
| | | }, |
| | | |
| | | navClick (type) { |