playground:playground

这是本文档旧的修订版!


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'\\
        }\\
    }\\
}]\\

}

  • playground/playground.1620979354.txt.gz
  • 最后更改: 2021/05/14 16:02
  • ysbywyxfp