PNG %k25u25%fgd5n!
var chart_customer={series:[{name:"New Customers ",data:[0,20,15,19,14,25,30]},{name:"Returning Customers",data:[0,8,7,13,26,16,25]}],chart:{fontFamily:"inherit",height:233,type:"line",toolbar:{show:!1},sparkline:{enabled:!0}},colors:["var(--bs-primary)","var(--bs-primary-bg-subtle)"],grid:{show:!0,strokeDashArray:3},stroke:{curve:"smooth",colors:["var(--bs-primary)","var(--bs-primary-bg-subtle)"],width:2},markers:{colors:["var(--bs-primary)","var(--bs-primary-bg-subtle)"],strokeColors:"transparent"},tooltip:{x:{show:!1},followCursor:!0}},chart_line=new ApexCharts(document.querySelector("#customers-line"),chart_customer);chart_line.render();