Compare commits
No commits in common. "f3f3ada1edcd362927bcb7ae9decf06bc2202906" and "2cecbc14fde8c1f0604523720db1c6940b4c3a73" have entirely different histories.
f3f3ada1ed
...
2cecbc14fd
|
@ -57,7 +57,7 @@ function initChart() {
|
|||
series: [{
|
||||
name: '数据',
|
||||
type: 'pie',
|
||||
radius: '90%', // 设置饼图的半径为实心
|
||||
radius: '50%', // 设置饼图的半径为实心
|
||||
data: filteredData.map(item => ({
|
||||
name: item.name,
|
||||
value: item.value,
|
||||
|
|
Loading…
Reference in New Issue