An ECOR chart can be made with a custom stream.
Something like:
{
for (let m of icu.fit.record) {
data.setAt(m.timestamp.value, m.RP_Power?.value / activity.icu_weight / m.enhanced_speed?.value)
}
}
An ECOR chart can be made with a custom stream.
Something like:
{
for (let m of icu.fit.record) {
data.setAt(m.timestamp.value, m.RP_Power?.value / activity.icu_weight / m.enhanced_speed?.value)
}
}