title |
---|
Eduardo |
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>