This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

minor bug in race predictor graph on web connect.garmin.com

Not sure where to report this but the race predictor graphs online show yesterday's date with today's race predictor data when you hover.

It's one day off. It's trivial but irks me.

What's interesting is the data passed to the graph in the XHR show the correct current date, so something in the graphing javascript itself is improperly converting the date timezone?

I am talking about this graph, you an see the final value on the right is using the wrong date, yesterday instead of today

connect.garmin.com/.../last_six_months

(the XHR endpoint is at https://connect.garmin.com/metrics-service/metrics/racepredictions/monthly )

ps. I would like to know if there is a proper way for a user to download a list of their race predictor data?

  • I've discovered there is a hidden "EXPORT" button that is only visible on some other graphs like Lactate Threshold chart.

    It's not visible on the race predictor graph but it's there and can be executed but code doesn't work.

    So I'd like to request Garmin make the EXPORT work on more of the graphs like race predictor.

    Shouldn't be too hard to do, just convert the ajax data used for the graph, I can even download the json file and just use that but it would be nicer/easier as CSV

  • I've discovered there is a hidden "EXPORT" button that is only visible on some other graphs like Lactate Threshold chart.

    It's not visible on the race predictor graph but it's there and can be executed but code doesn't work.

    So I'd like to request Garmin make the EXPORT work on more of the graphs like race predictor.

    Shouldn't be too hard to do, just convert the ajax data used for the graph, I can even download the json file and just use that but it would be nicer/easier as CSV