使用 series 配置项来指定饼图的位置。在 ECharts 的 option 配置中添加以下代码:series: [{ type: 'pie', center: ['50%', '50%'], // 饼图的中心位置 radius: '50%' // 饼图的半径}]