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: 10 months 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T18:50:19.000Z (about 2 years ago)
- Last Synced: 2025-01-26T18:17:35.319Z (12 months ago)
- Topics: d3js, data-visualization, fetch-api, javascript, json, json-api
- Language: JavaScript
- Homepage: https://codepen.io/Lucas-Dota/pen/yLQopXj
- Size: 5.86 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 data
Codepen: [click here](https://codepen.io/Lucas-Dota/pen/yLQopXj)
