https://github.com/richardbmk/dataviz_d3js
Data Visualization with D3js Library
https://github.com/richardbmk/dataviz_d3js
chart d3js-library data-visualization
Last synced: over 1 year ago
JSON representation
Data Visualization with D3js Library
- Host: GitHub
- URL: https://github.com/richardbmk/dataviz_d3js
- Owner: Richardbmk
- Created: 2020-05-26T15:06:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T17:27:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T17:51:50.582Z (over 1 year ago)
- Topics: chart, d3js-library, data-visualization
- Language: JavaScript
- Homepage:
- Size: 928 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Learning Data Visualization with D3JS Library
This is some data vizualization simple project from the Course [Data Visualization Course 2018 of Curran Kelleher](https://www.youtube.com/playlist?list=PL9yYRbwpkykvOXrZumtZWbuaXWHvjD8gi)
## Some Concepts learned
- `SVG`
- `Method chaining` with JS
- `Search data`, `Scrape webpage` with bs4 (python),
- `Cleaning the data` using only JS
- ES6 `Promises`, `arrow function`
## Table of contents
1. [x] [Starting with SVG](https://richardbmk.github.io/dataViz_d3js/00_svg_homework)
2. [x] [Let's make a face](https://richardbmk.github.io/dataViz_d3js/01_smileyFace_homework)
3. [x] [Static Barchart](https://richardbmk.github.io/dataViz_d3js/02_barchart_homework)
4. [x] [Line Chart](https://richardbmk.github.io/dataViz_d3js/03_linearchart_homework)
5. [x] [Scatter Plot](https://richardbmk.github.io/dataViz_d3js/04_scatterplot_homework)
6. [x] [Area Chart](https://richardbmk.github.io/dataViz_d3js/05_areachart_homework)
7. [x] [General Update Patter](https://richardbmk.github.io/dataViz_d3js/06_GeneralUpdatePattern)
8. [x] [Word Map](https://richardbmk.github.io/dataViz_d3js/07_WordMap)