Skip to content

An interactive scatterplot of well-known automobiles's detailed information data.

License

Notifications You must be signed in to change notification settings

chenranli/D3Challenge

 
 

Repository files navigation

D3Challenge

Task 3: Interactive Scatterplot

Render an interactive scatterplot of the data:

  • Dimensions for x-axis and y-axis can be selected.
  • Filtering on MPG is supported.
  • Hovered car name is shown as the h4 header.

Tips:

You need to start a server in this case in the index.html directory:python -m SimpleHTTPServer

Then access your webpage by http://localhost:8000/

About

An interactive scatterplot of well-known automobiles's detailed information data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.8%
  • HTML 31.2%