local chatrs.js

This commit is contained in:
Askill 2020-08-25 10:29:07 +02:00
parent f5cbf42e03
commit 4504df683e
2 changed files with 15 additions and 1 deletions

14
app/static/js/Chart.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
<body class="grey lighten-4">
<canvas id="line-chart" style="width: 512px; height: 500px"></canvas>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js"></script>
<script src="/static/js/Chart.min.js"></script>
<script src="/static/js/ui.js"></script>
</body>
</html>