An open API service indexing awesome lists of open source software.

https://github.com/ayoisaiah/d3-scatter-plot

Project #7 for freeCodeCamp's Data Visualization Certificate
https://github.com/ayoisaiah/d3-scatter-plot

d3 freecodecamp javascript scatter-plot visualize-data

Last synced: about 1 month ago
JSON representation

Project #7 for freeCodeCamp's Data Visualization Certificate

Awesome Lists containing this project

README

          

# Visualize Data with a Scatterplot Graph

This is the [seventh project](https://www.freecodecamp.org/challenges/visualize-data-with-a-scatterplot-graph) for freeCodeCamp's Data Visualization certificate.

Completed On: 10 August 2017

## Objective

Build an app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/ONxvaa/.

## User Stories

Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.

- I can see performance time visualized in a scatterplot graph.
- I can mouse over a plot to see a tooltip with additional details.

**Hint**: Here's a dataset you can use to build this: https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/cyclist-data.json

## My Work

https://codepen.io/ayoisaiah/full/jLwbZb/

![Visualize Data with a Scatterplot Graph](https://cdn.rawgit.com/ayoisaiah/d3-scatter-plot/71a079be/screenshot.png)