Feature Request: Compare best time for a given distance across every activity

I’m training for a sprint triathlon. The swim is 750m. I swim once per week for 1000-1500m.

I’d love to be able to see a graph of my best 750m time from each session.

The closest I think I can get is with the pace graph, but I have to create a new line for each month.

Is this possible in intervals.icu today?

I think a good spot for it might be in a custom compare graph. If I could set the x axis to be “date” and the y axis to be “best pace for 750m”
Screenshot 2025-05-27 at 1.11.46 PM

Might be possible using Intervals today, someone else can comment.

In my other analytics platform it would be a simple meanmax((distance, speed), 750) to return the best speed/pace of each swim and then plot versus time.