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:550,type:"radialBar"},responsive:[{breakpoint:530,options:{chart:{height:350}}}],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("#invoice-total-recievables"),e).render();var t={chart:{height:350,type:"bar"},plotOptions:{bar:{horizontal:!1,columnWidth:"55%",endingShape:"rounded"}},dataLabels:{enabled:!1},stroke:{show:!0,width:2,colors:["transparent"]},series:[{name:"Net Profit",data:[44,55,57,56,61,58,63,60,66]},{name:"Revenue",data:[76,85,101,98,87,105,91,114,94]},{name:"Free Cash Flow",data:[35,41,36,26,45,48,52,53,41]}],xaxis:{categories:["Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct"]},yaxis:{title:{text:"$ (thousands)"}},fill:{opacity:1},tooltip:{y:{formatter:function(e){return"$ "+e+" thousands"}}},fill:{colors:$themeColor}};new ApexCharts(document.querySelector("#sales-and-expenses"),t).render();var o={chart:{height:350,type:"donut"},series:[44,55,41,17,15],responsive:[{breakpoint:1200,options:{chart:{width:300},legend:{position:"bottom"}}},{breakpoint:768,options:{chart:{width:520},legend:{position:"right"}}},{breakpoint:620,options:{chart:{width:450},legend:{position:"right"}}},{breakpoint:480,options:{chart:{width:250},legend:{position:"bottom"}}}],fill:{colors:$themeColor}};new ApexCharts(document.querySelector("#your-top-expenses"),o).render()}));