https://github.com/jpmcb/d3-scatter-plot
Using D3, this graph shows the fastest Tour De France times, rankings, and alleged doping instances
https://github.com/jpmcb/d3-scatter-plot
Last synced: 10 months ago
JSON representation
Using D3, this graph shows the fastest Tour De France times, rankings, and alleged doping instances
- Host: GitHub
- URL: https://github.com/jpmcb/d3-scatter-plot
- Owner: jpmcb
- License: other
- Created: 2017-02-05T01:20:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T17:04:19.000Z (over 9 years ago)
- Last Synced: 2025-02-09T00:18:05.124Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# D3 Scatter Plot
_____
Using the [D3 libray](https://d3js.org/), this scatter plot graph shows the top Tour De France times & also displays allegations of dopping in professional bicycle racing related to these times. Uses data provided from FreeCodeCamp found [here]('https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/cyclist-data.json').
A working version of this app can be [found here](https://jpmcb.github.io/D3-Scatter-Plot/).