Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
$(function () { "use strict"; var card1 = { series: [ { name: "Weekly Sales", data: [0, 3, 1, 2, 8, 1, 5, 1], }, ], chart: { height: 75, type: "area", fontFamily: '"Nunito Sans",sans-serif', zoom: { enabled: false, }, toolbar: { show: false, }, sparkline: { enabled: true, }, }, dataLabels: { enabled: false, }, colors: ["#3699ff"], stroke: { curve: "smooth", width: 2, }, fill: { type: "solid", opacity: 0.2, }, grid: { show: false, }, xaxis: { show: false, }, yaxis: { show: false, }, tooltip: { theme: "dark", }, }; var chart1 = new ApexCharts(document.querySelector(".earnings-month"), card1); chart1.render(); // 2 var card2 = { series: [ { name: "Social marketing", data: [0, 3, 1, 2, 8, 1, 5, 1], }, ], chart: { height: 75, type: "area", fontFamily: '"Nunito Sans",sans-serif', zoom: { enabled: false, }, toolbar: { show: false, }, sparkline: { enabled: true, }, }, dataLabels: { enabled: false, }, colors: ["#ee9d01"], stroke: { curve: "smooth", width: 2, }, fill: { type: "solid", opacity: 0.2, }, grid: { show: false, }, xaxis: { show: false, }, yaxis: { show: false, }, tooltip: { theme: "dark", }, }; var chart2 = new ApexCharts( document.querySelector(".earnings-month2"), card2 ); chart2.render(); // 3 var card3 = { series: [ { name: "Yearly Sales", data: [0, 3, 1, 2, 8, 1, 5, 1], }, ], chart: { height: 75, type: "area", fontFamily: '"Nunito Sans",sans-serif', zoom: { enabled: false, }, toolbar: { show: false, }, sparkline: { enabled: true, }, }, dataLabels: { enabled: false, }, colors: ["#f64e60"], stroke: { curve: "smooth", width: 2, }, fill: { type: "solid", opacity: 0.2, }, grid: { show: false, }, xaxis: { show: false, }, yaxis: { show: false, }, tooltip: { theme: "dark", }, }; var chart3 = new ApexCharts( document.querySelector(".earnings-month3"), card3 ); chart3.render(); });