This commit is contained in:
duanxiaohai 2024-09-30 14:01:08 +08:00
parent c6bc2a86fa
commit 45d7c0ea94
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ const setChart1 = () => {
// 10% // 10%
const tenPercentOfTotal = totalValue * 0.05; const tenPercentOfTotal = totalValue * 0.02;
// 使 pieData legend // 使 pieData legend
data.legendData = pieData.map((item) => item.name); data.legendData = pieData.map((item) => item.name);