Plot estimated 1 rep max progression for each exercise on dashboard

This commit is contained in:
Peter Stockings
2022-09-17 16:08:06 +10:00
parent c6be837f72
commit f22def08a2
4 changed files with 38 additions and 3 deletions

View File

@@ -7,6 +7,12 @@
<title>Workout Tracker</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.plot.ly/plotly-2.14.0.min.js"></script>
<script>
window.addEventListener('resize', function () {
window.dispatchEvent(new Event('resize'));
})
</script>
</head>
<body>