联动地图完成
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user