https://github.com/lucasdota/treemap_diagram
Dataset Display Treemap
https://github.com/lucasdota/treemap_diagram
d3js data-visualization fetch javascript object-oriented-programming
Last synced: about 2 months ago
JSON representation
Dataset Display Treemap
- Host: GitHub
- URL: https://github.com/lucasdota/treemap_diagram
- Owner: Lucasdota
- Created: 2023-07-20T16:16:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T18:54:56.000Z (over 2 years ago)
- Last Synced: 2025-03-21T23:46:02.654Z (over 1 year ago)
- Topics: d3js, data-visualization, fetch, javascript, object-oriented-programming
- Language: JavaScript
- Homepage: https://codepen.io/Lucas-Dota/pen/oNQyqmN
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Treemap Diagram
### A treemap diagram with JSON data fetching from 3 different URLs(video games, movies and kickstartes) using D3 library to visualize data.
Main features:
- Data fetch
- Manipulating JSON
- Determine sizes according to key:value of each array in the object
- Hierarchy() method
Codepen: [click here](https://codepen.io/Lucas-Dota/pen/oNQyqmN)
