Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.42 KB

File metadata and controls

64 lines (42 loc) · 1.42 KB

Data Visualization Projects

Projects to exercise data visualization by drawing charts, maps and diagrams using D3.js.

Bar Chart

A bar chart with United States GDP data.

  • HTML
  • CSS
  • JavaScript
  • D3.js

Source - Live

Scatterplot Graph

A scatterplot graph with data about doping on professional bicycle racing.

  • HTML
  • CSS
  • JavaScript
  • D3.js

Source - Live

Heat Map

A heat map on the global land-surface temperature.

  • HTML
  • CSS
  • JavaScript
  • D3.js

Source - Live

Choropleth Map

A choropleth map with United States educational attainment data.

  • HTML
  • CSS
  • JavaScript
  • D3.js

Source - Live

Treemap Diagram

A treemap diagram with video game sales data, based on the platform.

  • HTML
  • CSS
  • JavaScript
  • D3.js

Source - Live