echarts


tooltip: {
show: true,
trigger: "item",
formatter: "{b} : {d}%" // hover 显示百分比
},


// 百分比
label: {
show: true,
formatter: "{b}: ({d}%)"
},