郫都大屏

This commit is contained in:
yanran200730
2022-09-08 13:18:21 +08:00
parent a9ae034fcd
commit 36f4283374
4 changed files with 489 additions and 12 deletions

View File

@@ -322,7 +322,7 @@
this.initLineChart('.chart2', {
x: res.data['群成员数'].map(v => v.month),
value: res.data['群成员数'].map(v => v.totalNumber),
name: '居民'
name: '居民'
})
}
})