All examples By author By category About

ColinEberhardt

London Marathon 2016 Pacing vs. Finish Time

This charts shows the splits pace (in mph) for 7,190 London Marathon 2016 finishers as obtained from strava athletes data. The data is rendered using a combination of d3 and d3fc components.

The code performs quite a bit of data manipulation, primarily via d3.nest and d3.pairs in order to shape the data. Interestingly, the labels on the right-side of the chart are rendered as d3fc line annotations where the line is hidden, just leaving the label.