Skip to content

zsoltime/d3-bar-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3.js Bar Chart

This is my D3 bar chart for Free Code Camp's D3.js challenge.

User Stories

  • I can see US Gross Domestic Product by quarter, over time.
  • I can mouse over a bar and see a tooltip with the GDP amount and exact year and month that bar represents.

Tools Used

  • D3.js version 4
  • Webpack module bundler
  • Babel.js compiler
  • ESLint linter with Airbnb's config
  • Sass with PostCSS' Autoprefixer