Files
freeu-project/public/assets/js/AdminJs/dashboard.js
Ritikesh yadav c661166e1d first commit
2024-03-28 14:52:40 +05:30

169 lines
6.4 KiB
JavaScript

$("#date_picker").flatpickr({
dateFormat: "d-m-Y",
});
// var KTChartsWidget3 = function() {
var commission_earned = function () {
var e = {
self: null,
rendered: !1
},
t = function (e) {
var t = document.getElementById("commission_earned");
if (t) {
var a = parseInt(KTUtil.css(t, "height")),
l = KTUtil.getCssVariableValue("--kt-gray-500"),
r = KTUtil.getCssVariableValue("--kt-border-dashed-color"),
o = KTUtil.getCssVariableValue("--kt-website_logo"),
i = {
series: [{
name: "Sales",
data: [18, 18, 20, 20, 18, 18, 22, 22, 20, 20, 18, 18, 20, 20, 18, 18, 20, 20, 22]
}],
chart: {
fontFamily: "inherit",
type: "area",
height: a,
toolbar: {
show: !1
}
},
plotOptions: {},
legend: {
show: !1
},
dataLabels: {
enabled: !1
},
fill: {
type: "gradient",
gradient: {
shadeIntensity: 1,
opacityFrom: .4,
opacityTo: 0,
stops: [0, 80, 100]
}
},
stroke: {
curve: "smooth",
show: !0,
width: 3,
colors: [o]
},
xaxis: {
categories: ["", "Apr 02", "Apr 03", "Apr 04", "Apr 05", "Apr 06", "Apr 07", "Apr 08", "Apr 09", "Apr 10", "Apr 11", "Apr 12", "Apr 13", "Apr 14", "Apr 15", "Apr 16", "Apr 17", "Apr 18", ""],
axisBorder: {
show: !1
},
axisTicks: {
show: !1
},
tickAmount: 6,
labels: {
rotate: 0,
rotateAlways: !0,
style: {
colors: l,
fontSize: "12px"
}
},
crosshairs: {
position: "front",
stroke: {
color: o,
width: 1,
dashArray: 3
}
},
tooltip: {
enabled: !0,
formatter: void 0,
offsetY: 0,
style: {
fontSize: "12px"
}
}
},
yaxis: {
tickAmount: 4,
max: 24,
min: 10,
labels: {
style: {
colors: l,
fontSize: "12px"
},
formatter: function (e) {
return "$" + e + "K"
}
}
},
states: {
normal: {
filter: {
type: "none",
value: 0
}
},
hover: {
filter: {
type: "none",
value: 0
}
},
active: {
allowMultipleDataPointsSelection: !1,
filter: {
type: "none",
value: 0
}
}
},
tooltip: {
style: {
fontSize: "12px"
},
y: {
formatter: function (e) {
return "$" + e + "K"
}
}
},
colors: [KTUtil.getCssVariableValue("--kt-website_logo")],
grid: {
borderColor: r,
strokeDashArray: 4,
yaxis: {
lines: {
show: !0
}
}
},
markers: {
strokeColor: o,
strokeWidth: 3
}
};
e.self = new ApexCharts(t, i), setTimeout((function () {
e.self.render(), e.rendered = !0
}), 200)
}
};
return {
init: function () {
t(e), KTThemeMode.on("kt.thememode.change", (function () {
e.rendered && e.self.destroy(), t(e)
}))
}
}
}();
"undefined" != typeof module && (module.exports = KTChartsWidget3), KTUtil.onDOMContentLoaded((function () {
commission_earned.init()
}));
// datatable-chart-start
$('#kt_table_users').DataTable({
paging: false,
info: false,
});