����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.128.171.15 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/./gltevjme/gle.gltechlimited.com/public/assets/js/custom/ |
Upload File : |
$(function(){ "use Strict"; try{ var options = { series: adminchart, chart: { height: 300, type: 'radialBar', }, plotOptions: { radialBar: { offsetY: 0, startAngle: 0, endAngle: 270, hollow: { margin: 5, size: '30%', background: 'transparent', image: undefined, }, dataLabels: { name: { show: false, }, value: { show: false, } } } }, colors: ['#506fe4', '#43d187', '#f7bb4d'], labels: ['Admin', 'Instructor', 'User'], legend: { show: true, floating: true, fontSize: '16px', position: 'left', offsetX: 0, offsetY: 0, labels: { useSeriesColors: true, }, markers: { size: 0 }, formatter: function(seriesName, opts) { return seriesName + ": " + opts.w.globals.series[opts.seriesIndex] }, itemMargin: { horizontal: 3, } }, responsive: [{ breakpoint: 480, options: { legend: { show: false } } }] }; var chart = new ApexCharts(document.querySelector("#apex-circle-chart-custom-angel-chart"), options); chart.render(); }catch(err){ } });