联动地图完成

This commit is contained in:
aixianling
2024-04-12 18:19:49 +08:00
parent 5d2a66b861
commit 372f52e655
8 changed files with 115 additions and 33 deletions

View File

@@ -72,7 +72,7 @@ export default {
this.getChartData()
},
getChartData() {
return new DvCompData(this.plot.dataType, this.plot, this.instance).getData().then(source => {
return new DvCompData(this.plot, this.instance).getData().then(source => {
if (this.tpl.series?.type == 'pie') {
let data
if (source?.length == 1) {