调整说明

This commit is contained in:
aixianling
2023-05-25 10:26:21 +08:00
parent 44ce4979d7
commit 4a6732d816

View File

@@ -534,7 +534,7 @@ export default {
dataset: {dimensions: ['username', 'count', 'integral'], source: item.sta},
series: [
{name: "次数", barWidth: 10, barGap: '20%', type: 'bar'},
{name: "获取积分", barWidth: 10, barGap: '20%', type: 'bar'}
{name: "积分", barWidth: 10, barGap: '20%', type: 'bar'}
]
}, true)
}