Compare commits

..

No commits in common. "f3f3ada1edcd362927bcb7ae9decf06bc2202906" and "2cecbc14fde8c1f0604523720db1c6940b4c3a73" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ function initChart() {
series: [{
name: '数据',
type: 'pie',
radius: '90%', //
radius: '50%', //
data: filteredData.map(item => ({
name: item.name,
value: item.value,