first commit

This commit is contained in:
2026-02-17 08:54:43 +00:00
commit 6ab40e6d65
662 changed files with 80994 additions and 0 deletions

View File

@@ -0,0 +1 @@
new CustomApexChart({selector:"#basic-polar-area",options:()=>({series:[30,45,28,22,18,12],chart:{height:380,type:"polarArea"},stroke:{colors:["#fff"]},fill:{opacity:.8},labels:["Marketing","Research","Operations","Sales","HR","Support"],colors:[ins("primary"),ins("secondary"),ins("info"),ins("warning"),ins("danger"),ins("purple")],legend:{position:"bottom"},responsive:[{breakpoint:480,options:{chart:{width:200},legend:{position:"bottom"}}}]})}),new CustomApexChart({selector:"#monochrome-polar-area",options:()=>({series:[35,48,55,60,70],chart:{height:380,type:"polarArea"},labels:["Planning","Design","Development","Testing","Deployment"],fill:{opacity:1},stroke:{width:1},yaxis:{show:!1},legend:{position:"bottom"},plotOptions:{polarArea:{rings:{strokeWidth:0},spokes:{strokeWidth:0}}},theme:{monochrome:{enabled:!0,shadeTo:"light",color:ins("primary"),shadeIntensity:.6}}})});