/* stroked circular gauge */ var options = { series: [1.56], chart: { height: 320, type: 'radialBar', offsetY: -10 }, colors: ["#26BF94"], plotOptions: { radialBar: { startAngle: -135, endAngle: 135, dataLabels: { name: { fontSize: '16px', color: undefined, offsetY: 120 }, value: { offsetY: 76, fontSize: '22px', color: undefined, formatter: function (val) { return val + "%"; } } } } }, fill: { type: 'gradient', gradient: { shade: 'dark', shadeIntensity: 0.15, inverseColors: false, opacityFrom: 1, opacityTo: 1, stops: [0, 50, 65, 91] }, }, stroke: { dashArray: 4 }, labels: [''], }; var chart = new ApexCharts(document.querySelector("#chart_4"), options); chart.render(); /* stroked circular gauge */ var options = { series: [6.3], chart: { height: 320, type: 'radialBar', offsetY: -10 }, colors: ["#26BF94"], plotOptions: { radialBar: { startAngle: -135, endAngle: 135, dataLabels: { name: { fontSize: '16px', color: undefined, offsetY: 120 }, value: { offsetY: 76, fontSize: '22px', color: undefined, formatter: function (val) { return val + "%"; } } } } }, fill: { type: 'gradient', gradient: { shade: 'dark', shadeIntensity: 0.15, inverseColors: false, opacityFrom: 1, opacityTo: 1, stops: [0, 50, 65, 91] }, }, stroke: { dashArray: 4 }, labels: [''], }; var chart = new ApexCharts(document.querySelector("#chart_6"), options); chart.render(); /* stroked circular gauge */ var options = { series: [90.7], chart: { height: 320, type: 'radialBar', offsetY: -10 }, colors: ["#26BF94"], plotOptions: { radialBar: { startAngle: -135, endAngle: 135, dataLabels: { name: { fontSize: '16px', color: undefined, offsetY: 120 }, value: { offsetY: 76, fontSize: '22px', color: undefined, formatter: function (val) { return val + "%"; } } } } }, fill: { type: 'gradient', gradient: { shade: 'dark', shadeIntensity: 0.15, inverseColors: false, opacityFrom: 1, opacityTo: 1, stops: [0, 50, 65, 91] }, }, stroke: { dashArray: 4 }, labels: [''], }; var chart = new ApexCharts(document.querySelector("#chart_7"), options); chart.render(); /* stroked circular gauge */ var options = { series: [9.4], chart: { height: 320, type: 'radialBar', offsetY: -10 }, colors: ["#26BF94"], plotOptions: { radialBar: { startAngle: -135, endAngle: 135, dataLabels: { name: { fontSize: '16px', color: undefined, offsetY: 120 }, value: { offsetY: 76, fontSize: '22px', color: undefined, formatter: function (val) { return val + "%"; } } } } }, fill: { type: 'gradient', gradient: { shade: 'dark', shadeIntensity: 0.15, inverseColors: false, opacityFrom: 1, opacityTo: 1, stops: [0, 50, 65, 91] }, }, stroke: { dashArray: 4 }, labels: [''], }; var chart = new ApexCharts(document.querySelector("#chart_11"), options); chart.render(); /* stroked circular gauge */ var options = { series: [2.4], chart: { height: 320, type: 'radialBar', offsetY: -10 }, colors: ["#26BF94"], plotOptions: { radialBar: { startAngle: -135, endAngle: 135, dataLabels: { name: { fontSize: '16px', color: undefined, offsetY: 120 }, value: { offsetY: 76, fontSize: '22px', color: undefined, formatter: function (val) { return val + "%"; } } } } }, fill: { type: 'gradient', gradient: { shade: 'dark', shadeIntensity: 0.15, inverseColors: false, opacityFrom: 1, opacityTo: 1, stops: [0, 50, 65, 91] }, }, stroke: { dashArray: 4 }, labels: [''], }; var chart = new ApexCharts(document.querySelector("#chart_13"), options); chart.render();