This commit is contained in:
guanj
2025-12-08 08:37:07 +08:00
parent e3de350dc5
commit 94649b3348
7 changed files with 443 additions and 207 deletions

View File

@@ -102,8 +102,8 @@ const tableStore: any = new TableStore({
},
legend: {
orient: 'vertical',
top: 'center',
right: '5%',
top: '50',
right: '10',
formatter: function (name: string) {
const item = chartData.value.find((i: any) => i.name === name)
return item ? `${name} ${item.value}` : name