Skip to content

ba-cs/d3-scatter-plot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualize Data with a Scatterplot Graph

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

Completed On: July 2nd, 2024

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/ba-cs/pen/ExzqeMM)

![Visualize Data with a Scatterplot Graph] Screenshot 2024-07-02 at 11 31 50 PM

About

Project for Data Visualization Certificate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 71.2%
  • CSS 19.9%
  • HTML 8.9%