removed tooltip text in workout stats
This commit is contained in:
@@ -44,14 +44,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid_12 alpha tooltip">
|
<div class="grid_12">
|
||||||
<span class="tooltiptext">
|
|
||||||
<p>rPower: Equivalent steady state power for the duration of the workout.</p>
|
|
||||||
<p>Heart Rate Drift: Comparing heart rate normalized for average power for the first and second half of the workout</p>
|
|
||||||
<p>TRIMP: TRaining IMPact. A way to combine duration and heart rate into a single number.</p>
|
|
||||||
<p>rScore: Score based on rPower and workout duration to estimate training effect</p>
|
|
||||||
<p>rScore (HR): Score based on heart rate, designed to give values comparable to rScore. Used instead of rScore for workouts without power data.</p>
|
|
||||||
</span>
|
|
||||||
{% if otherstats %}
|
{% if otherstats %}
|
||||||
<div class="grid_6 alpha">
|
<div class="grid_6 alpha">
|
||||||
<h2>Workout Metrics</h2>
|
<h2>Workout Metrics</h2>
|
||||||
@@ -74,6 +67,14 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="grid_6 omega">
|
||||||
|
<p>rPower: Equivalent steady state power for the duration of the workout.</p>
|
||||||
|
<p>Heart Rate Drift: Comparing heart rate normalized for average power for the first and second half of the workout</p>
|
||||||
|
<p>TRIMP: TRaining IMPact. A way to combine duration and heart rate into a single number.</p>
|
||||||
|
<p>rScore: Score based on rPower and workout duration to estimate training effect</p>
|
||||||
|
<p>rScore (HR): Score based on heart rate, designed to give values comparable to rScore. Used instead of rScore for workouts without power data.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -153,6 +154,6 @@
|
|||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user