relevant { isRun;}
finalise {
# we just fetch samples at end
xx <- metrics(date);
yy <- metrics(Pace);
}
x { xx; }
y { yy; }
}
When doing this, there is a data point in the chart for every day, but I only run once or twice a week. So if I select the range "last 14 days", I get 14 points in the graph, but I wanted like 2-3.
Is that possible to change?
Thanks. Andreas
I want a graph that shows me the pace for each run and every run should be one data point. The y axis is the pace and the x axis is the date. So I can see my pace over time.
Ale, thank you for your detailed answer. Unfortunately, I was unable to get this to work. How do I filter the metrics vector for isRun? I was looking through the docs, but couldn't find anything related. Thanks.
As a beginner user, I think the wizard approach of the trends chart is much easier to use. Maybe it is possible to consider that in a future iteration for the user charts as well. For example, now I don't know how to get min/km instead of miles. But this is just some feedback, please take no offense to this.