ÿØÿà JFIF ` ` ÿáfExif MM * i >ê 2 ê ê P ê ÿþ ?CREATOR: gd-jpeg v1.0 (usi
|
Server : Apache System : Linux gains.enterpriseappscloud.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : beyondlimi ( 2438) PHP Version : 7.4.33 Disable Function : allow_url_include, show_source, symlink, system, passthru, exec, popen, pclose, proc_open, proc_terminate,proc_get_status, proc_close, proc_nice, allow_url_fopen, shell-exec, shell_exec, fpassthru, base64_encodem, escapeshellcmd, escapeshellarg, crack_check,crack_closedict, crack_getlastmessage, crack_opendict, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, dl, escap, phpinfo Directory : /home/beyondlimi/domains/beyondlimits.org.in/public_html/admin/assets/js/ |
Upload File : |
$(function () {
// -----------------------------------------------------------------------
// sales overview
// -----------------------------------------------------------------------
var options_sales_overview = {
series: [
{
name: "Ample Admin",
data: [355, 390, 300, 350, 390, 180],
},
{
name: "Pixel Admin",
data: [280, 250, 325, 215, 250, 310],
},
],
chart: {
type: "bar",
height: 275,
toolbar: {
show: false,
},
foreColor: "#adb0bb",
fontFamily: "inherit",
sparkline: {
enabled: false,
},
},
grid: {
show: false,
borderColor: "transparent",
padding: {
left: 0,
right: 0,
bottom: 0,
},
},
plotOptions: {
bar: {
horizontal: false,
columnWidth: "25%",
endingShape: "rounded",
borderRadius: 5,
},
},
colors: ["var(--bs-primary)", "var(--bs-secondary)"],
dataLabels: {
enabled: false,
},
yaxis: {
show: true,
min: 100,
max: 400,
tickAmount: 3,
},
stroke: {
show: true,
width: 5,
lineCap: "butt",
colors: ["transparent"],
},
xaxis: {
type: "category",
categories: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
axisBorder: {
show: false,
},
},
fill: {
opacity: 1,
},
tooltip: {
theme: "dark",
},
legend: {
show: false,
},
};
var chart_column_basic = new ApexCharts(
document.querySelector("#sales-overview"),
options_sales_overview
);
chart_column_basic.render();
})