Switch to using plotly-basic to reduce page size to 2.3mb

This commit is contained in:
Peter Stockings
2023-04-13 21:49:55 +10:00
parent 06a7fbfb4b
commit 28a54a634b
2 changed files with 12 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Workout Tracker</title>
<script src="/static/js/plotly-2.14.0.min.js"></script>
<script src="/static/js/plotly-basic-2.20.0.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
<link href="/static/css/tw-elements.min.css" rel="stylesheet">
<script src="/static/js/tailwindcss@3.2.4.js"></script>