Live plot cadence and heart rate when both devices are connected and display heart rate graph in workout view
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<option value="power" {% if 'power' in graph_types %} selected {% endif%}>Power</option>
|
||||
<option value="distance" {% if 'distance' in graph_types %} selected {% endif%}>Distance</option>
|
||||
<option value="calories" {% if 'calories' in graph_types %} selected {% endif%}>Calories</option>
|
||||
<option value="heart_rate" {% if 'heart_rate' in graph_types %} selected {% endif%}>Heart Rate</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user