====== Playground ====== 1000|A:500:#ff0000,B:50,C:250,D:1000 { 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' } } }] }