这是本文档旧的修订版!
PlayGround
var options = {
chart: {\\ width: 380,\\ type: 'pie',\\ toolbar: { show: true,tools: { download: true } },\\ },\\ labels: ['Team A', 'Team B', 'Team C', 'Team D', 'Team E'],\\ series: [44, 55, 13, 43, 22],\\ responsive: [{\\ breakpoint: 480,\\ options: {\\ chart: {\\ width: 200\\ },\\ legend: {\\ position: 'bottom'\\ }\\ }\\ }]\\
}