Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 763 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 763 Bytes

d3-practice

This repository is for storing d3 graphs made for practice.

The graph code can be locate in each project's js/main.js file.

Hosted graphs

Population over time - http://krejko-population-time-graph.s3-website-us-east-1.amazonaws.com

Bar Chart - http://krejko-scatter-plot.s3-website-us-east-1.amazonaws.com

Scatter Plot - http://krejko-bar-graph.s3-website-us-east-1.amazonaws.com

A quick note

All of the graphs in this project were created from datasets provided from a class. The intention behind creating these graphs was to explore the capabilities of the D3 library moreso than representing the information the most clearly according to graph theory. For this reason, some of the different graph types will share a data source.