add actual chartjs build

https://github.com/chartjs/Chart.js/pull/11042
This commit is contained in:
forest 2023-01-09 17:20:41 -06:00
parent 2b6509af65
commit ece4034de2
3 changed files with 2 additions and 10 deletions

View file

@ -73,7 +73,7 @@
</form>
</div>
<script src="static/vendor/chart.js"></script>
<script src="static/vendor/chart.umd.js"></script>
<script>
const diskUsage = {{ .DiskUsage }};

View file

@ -1,12 +1,3 @@
// NOTE THIS WAS DOWNLAODED FROM https://cdn.jsdelivr.net/npm/chart.js
// I was not able to figure out how to reproduce this build from the chartjs repo :(
/**
* Skipped minification because the original files appears to be already minified.
* Original file: /npm/chart.js@4.1.2/dist/chart.umd.js
*
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
*/
/*!
* Chart.js v4.1.2
* https://www.chartjs.org

File diff suppressed because one or more lines are too long