Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.1 KB

eduardo.md

File metadata and controls

38 lines (29 loc) · 1.1 KB
title
Eduardo

Pace and distance over time

Monthly distances over time

Compare months across years

Compare years

Runs by day of the week

Analysis of runs

This is a fun graph. Use your mouse to highlight an area in one of the graphs. The other graphs will show what workouts correspond to that selection.

<script src="https://cdn.jsdelivr.net/npm/vega@5"></script> <script src="https://cdn.jsdelivr.net/npm/vega-lite@5"></script> <script src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script> <script src="plots.js"></script> <script type="text/javascript"> load_plot("single-calendar", "Eduardo"); load_plot("single-time-pace", "Eduardo"); load_plot("single-distance-by-month", "Eduardo"); load_plot("single-distance-by-year-month", "Eduardo"); load_plot("single-cumulative-year", "Eduardo"); load_plot("single-crossfilter", "Eduardo"); </script>