Private
Public Access
1
0

adding TRIMP & rScore option to overview chart in workout list

This commit is contained in:
Sander Roosendaal
2020-08-23 14:48:53 +02:00
parent bdbd9d5667
commit 1f8e538d8b
3 changed files with 31 additions and 5 deletions

View File

@@ -63,6 +63,12 @@
Total meters: {{ totalmeters }}. Total time {{ totalhours }}:{{ totalminutes }}h.
<a href="/rowers/history/">Dig deeper</a>.
</p>
<p>
Activity chart by
<a href="{{ request.get_path }}?yaxis=trimp">TRIMP</a>,
<a href="{{ request.get_path }}?yaxis=rscore">rScore</a>,
<a href="{{ request.get_path }}?yaxis=duration">Time</a>.
</p>
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.0.4.min.css" type="text/css" />
<script src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>