https://github.com/jpmcb/d3-bar-chart
US gross domestic product application using the D3 library
https://github.com/jpmcb/d3-bar-chart
Last synced: 8 months ago
JSON representation
US gross domestic product application using the D3 library
- Host: GitHub
- URL: https://github.com/jpmcb/d3-bar-chart
- Owner: jpmcb
- License: other
- Created: 2017-02-03T18:25:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T16:42:21.000Z (over 9 years ago)
- Last Synced: 2025-02-09T00:18:03.416Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# d3 Bar Chart App
_______
Using the [d3](https://d3js.org/) JavaScript library, this simple application shows the US Gross Domestic product pulled from a [database](https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/GDP-data.json).
A working version of the app can be [found here](https://jpmcb.github.io/D3-Bar-Chart/).