var $primary="#666ee8",$secondary="#6B6F82",$success="#1C9066",$info="#1E9FF2",$warning="#FF9149",$danger="#FF4961",$themeColor=[$primary,$success,$info,$warning,$danger,$secondary];$(document).ready((function(){$(".row-grouping").DataTable({responsive:!1,autoWidth:!1,columnDefs:[{orderable:!1,targets:"_all"}]});$("select").select2({dropdownAutoWidth:!0,width:"100%"});var e={chart:{height:250,type:"pie"},legend:{position:"bottom"},labels:["Team A","Team B","Team C","Team D","Team E"],series:[44,55,13,43,22],responsive:[{breakpoint:990,options:{chart:{width:320},legend:{position:"right"}}},{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("#bug-pie-chart"),e).render()}));