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:
parent
398f5e2097
commit
24098415b5
BIN
resources/volt/images/brand/dark.png
Normal file
BIN
resources/volt/images/brand/dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
resources/volt/images/brand/light.png
Normal file
BIN
resources/volt/images/brand/light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user