Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasdota/bar_chart
Bar chart with JSON data fetching
https://github.com/lucasdota/bar_chart
d3js data-visualization fetch-api javascript json json-api
Last synced: about 17 hours ago
JSON representation
Bar chart with JSON data fetching
- Host: GitHub
- URL: https://github.com/lucasdota/bar_chart
- Owner: Lucasdota
- Created: 2023-07-05T15:32:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-06T18:50:19.000Z (about 1 year ago)
- Last Synced: 2024-01-06T19:40:15.668Z (about 1 year ago)
- Topics: d3js, data-visualization, fetch-api, javascript, json, json-api
- Language: JavaScript
- Homepage: https://codepen.io/Lucas-Dota/pen/yLQopXj
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bar Chart
### A bar chart with JSON data fetching from an URL(about the USA's GDP) using D3 library to visualize data.
Main features:
- Data fetch
- Manipulating JSON
- Scaling the dataCodepen: [click here](https://codepen.io/Lucas-Dota/pen/yLQopXj)
![image](https://github.com/Lucasdota/bar_chart/assets/119457135/ef3fd70e-7fd9-4526-b05a-95d82954bb25)