This commit is contained in:
2024-04-11 11:18:08 +08:00
parent 7f504e5cdd
commit 5ccb9297e1
6 changed files with 32 additions and 12 deletions

View File

@@ -76,10 +76,6 @@ export default {
name: this.chartData[i].objName + this.chartData[i].objCode,
type: 'bar',
barMaxWidth: 20,
label: {
show: true,
position: 'top',
},
data: [],
};
legendData.push(this.chartData[i].objName + this.chartData[i].objCode);