add local chartjs module

This commit is contained in:
Arthur Lu 2024-07-22 21:36:44 +00:00
parent 77a060db6b
commit bb3edcb005
2 changed files with 21 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<link rel="stylesheet" href="css/form.css">
<script src="scripts/account.js" type="module"></script>
<script src="scripts/chart.js" type="module"></script>
<script src="modules/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
@media screen and (width >= 1264px){

20
modules/chart.js Normal file

File diff suppressed because one or more lines are too long