Changed the way bootstrap is imported and added Chartist for charting functionality. This update provides wider access to Bootstrap features and integrates Chartist for better data representation.

This commit is contained in:
Leonid Nikitin 2023-07-07 00:03:57 +06:00
parent 398f5e2097
commit 24098415b5
Signed by: kor-elf
GPG Key ID: 7DE8F80C5CEC2C0D
3 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -18,9 +18,11 @@
"use strict";
const d = document;
import 'bootstrap';
import * as bootstrap from 'bootstrap';
import Swal from 'sweetalert2';
import SmoothScroll from 'smooth-scroll';
import Chartist from 'chartist';
import 'chartist-plugin-tooltips';
d.addEventListener("DOMContentLoaded", function(event) {