An open API service indexing awesome lists of open source software.

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)

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