https://github.com/leye195/d3-practice
d3 - Study(Practice)
https://github.com/leye195/d3-practice
Last synced: 2 months ago
JSON representation
d3 - Study(Practice)
- Host: GitHub
- URL: https://github.com/leye195/d3-practice
- Owner: leye195
- Created: 2020-07-09T18:09:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T18:17:49.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T23:31:28.871Z (4 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## D3.js Study
D3 활용 연습
#### pratice1
- 한국 코로나 감염 분포 그래프 (practice1, Case.csv 활용)
### practice2
- 서울 여름 평균,최저,최고 온도 변화 그래프 (pratice2, ta_20200710030300.csv 활용)
### practice3
- 영화 평점 분포 막대기 그래프 (practice3, ratings.csv 활용)
d3.rect() 활용방법 및 scaleBand 활용 범위 설정, axisBottom, axisLeft 활용 x축,y축 그리기### practice4
- 도넛 그래프 그리기 (world.csv 활용)
d3.pie() 활용방법 및 그래프 내부에 텍스트 추가방법### practice5