Torque Profile intervals.icu

Hello @david

I have created this chart which is a torque profile but it is at workout level and not at athlete level as I can’t or don’t know how to do it, I have only used Javascript for DOM on web. Could you tell me if I can do that or you have to be the one to implement it. If you have to be I can pass you the code so you can implement it and make it better because you know more about javascript than me.

1 Like

So you are looking for something like the Coggan power curve rankings but for torque? To do that efficiently I would need to store torque curves per activity (like is done for power curves). Otherwise it would be slow because computing the torque curve for an activity involves fetching the torque trace.

So as a “standard feature” I would need to do that. However I am planning to add support for “custom longitudinal charts” and then you will be able to do this. It doesn’t matter if it is a bit slow if it is custom functionality used by some people.

3 Likes