Private
Public Access
1
0

fix of typo in metrics.py (default flex charts)

This commit is contained in:
Sander Roosendaal
2017-10-23 20:41:56 +02:00
parent b7e9fbaa45
commit 7ce776dcc8

View File

@@ -269,7 +269,7 @@ in case you recorded your heart rate during your workout""",
heart rate versus time. """, heart rate versus time. """,
}, },
{ {
'yparam1':'strokeenergy', 'yparam1':'driveenergy',
'yparam2':'hr', 'yparam2':'hr',
'xparam':'time', 'xparam':'time',
'plottype':'line', 'plottype':'line',
@@ -291,7 +291,7 @@ as you increase stroke rate. Typical values are > 10m for steady state
dropping to 8m for race pace in the single.""", dropping to 8m for race pace in the single.""",
}, },
{ {
'yparam1':'strokeenergy', 'yparam1':'driveenergy',
'yparam2':'None', 'yparam2':'None',
'xparam':'spm', 'xparam':'spm',
'plottype':'line', 'plottype':'line',