PlayGround

<achart> {

  chart: {
      width: 380,
      type: 'pie',
      toolbar: { show: true,tools: { download: true } },
  },
  labels: ['人员A', '人员B', '人员C', '人员D', '人员E'],
  series: [44, 55, 13, 43, 22],
  responsive: [{
      breakpoint: 480,
      options: {
          chart: {
              width: 200
          },
          legend: {
              position: 'bottom'
          }
      }
  }]

} </achart>