import "jsvectormap/dist/jsvectormap.min.css";
import "flatpickr/dist/flatpickr.min.css";
import "../css/satoshi.css";
import "../css/style.css";
import flatpickr from "flatpickr";
import chart01 from "./components/chart-01";
import chart02 from "./components/chart-02";
import chart03 from "./components/chart-03";
import chart04 from "./components/chart-04";
import map01 from "./components/map-01";
// Init flatpickr
flatpickr(".datepicker", {
mode: "range",
static: true,
monthSelectorType: "static",
dateFormat: "M j, Y",
defaultDate: [new Date().setDate(new Date().getDate() - 6), new Date()],
prevArrow:
'<svg class="fill-current" width="7" height="11" viewBox="0 0 7 11"><path d="M5.4 10.8l1.4-1.4-4-4 4-4L5.4 0 0 5.4z" /></svg>',
nextArrow:
'<svg class="fill-current" width="7" height="11" viewBox="0 0 7 11"><path d="M1.4 10.8L0 9.4l4-4-4-4L1.4 0l5.4 5.4z" /></svg>',
onReady: (selectedDates, dateStr, instance) => {
// eslint-disable-next-line no-param-reassign
instance.element.value = dateStr.replace("to", "-");
const customClass = instance.element.getAttribute("data-class");
instance.calendarContainer.classList.add(customClass);
},
onChange: (selectedDates, dateStr, instance) => {
// eslint-disable-next-line no-param-reassign
instance.element.value = dateStr.replace("to", "-");
},
});
flatpickr(".form-datepicker", {
mode: "single",
static: true,
monthSelectorType: "static",
dateFormat: "M j, Y",
prevArrow:
'<svg class="fill-current" width="7" height="11" viewBox="0 0 7 11"><path d="M5.4 10.8l1.4-1.4-4-4 4-4L5.4 0 0 5.4z" /></svg>',
nextArrow:
'<svg class="fill-current" width="7" height="11" viewBox="0 0 7 11"><path d="M1.4 10.8L0 9.4l4-4-4-4L1.4 0l5.4 5.4z" /></svg>',
});
// Document Loaded
document.addEventListener("DOMContentLoaded", () => {
chart01();
chart02();
chart03();
chart04();
map01();
});
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]