var $primary="#666ee8",$secondary="#6B6F82",$success="#1C9066",$info="#1E9FF2",$warning="#FF9149",$danger="#FF4961",$themeColor=[$primary,$success,$info,$warning,$danger,$secondary];$(document).ready((function(){var e={chart:{height:350,type:"pie"},labels:["Team A","Team B","Team C","Team D","Team E"],series:[44,55,13,43,22],responsive:[{breakpoint:1200,options:{chart:{width:300},legend:{position:"bottom"}}},{breakpoint:768,options:{chart:{width:520},legend:{position:"bottom"}}},{breakpoint:620,options:{chart:{width:450},legend:{position:"bottom"}}},{breakpoint:480,options:{chart:{width:250},legend:{position:"bottom"}}}],fill:{colors:$themeColor}};new ApexCharts(document.querySelector("#task-pie-chart"),e).render();var t={chart:{height:350,type:"radialBar"},plotOptions:{radialBar:{dataLabels:{name:{fontSize:"22px"},value:{fontSize:"16px"},total:{show:!0,label:"Total",formatter:function(e){return 249}}}}},fill:{colors:$themeColor},series:[44,55,67,83],labels:["Apples","Oranges","Bananas","Berries"]};new ApexCharts(document.querySelector("#bug-pie-chart"),t).render()}));