This commit is contained in:
朱菊兰 2024-04-15 14:49:28 +08:00
parent e5acd497b5
commit b0078cb099

View File

@ -58,20 +58,12 @@ export default {
type: 'bar', type: 'bar',
data: [], data: [],
barWidth: 20, barWidth: 20,
label: {
show: true,
position: 'top',
},
}, },
{ {
name: '上期', name: '上期',
type: 'bar', type: 'bar',
data: [], data: [],
barWidth: 20, barWidth: 20,
// label: {
// show: true,
// position: 'top'
// }
}, },
]; ];
for (let j = 0; j < arr.length; j++) { for (let j = 0; j < arr.length; j++) {