Data Storytelling
Visualize Data with a Scatterplot Graph
A D3 scatterplot plotting professional cycling times against the year of competition. Hover or focus on each racer to explore doping allegations, nationalities, and performance patterns.
Data Visualization Projects
Here we fetch the professional cycling dataset, parse each rider's record, and map it onto D3 linear and time scales to draw the scatterplot while color-coding doping allegations and wiring up focusable tooltips.
Hit the refresh-and-fetch button to issue a fresh AJAX request, rebuild the SVG marks, and explore how the legend and interactions respond to the live dataset.
Loading dataset…