Skip to content

Commit afbdaa0

Browse files
authored
Merge pull request #11 from ricale/issue/readme
README.md 수정
2 parents 3134982 + 183ac2f commit afbdaa0

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,23 @@
55

66
## 진행 계획 및 결과
77

8-
| # | 내용 | 구현 | 블로그 정리 |
9-
| --- | -------------------------------------------------------- | ------------------- | --------------- |
10-
| 1 | 라인차트 기본 기능 구현 | [완료][c01issue] | [완료][c01post] |
11-
| 2 | 라인차트 옵션 기능 제공 (색상, 폰트, 포멧 등) | [진행 중][c02issue] | - |
12-
| 3 | 라인차트 애니메이션 기능 제공 (초기화 시, 값 변경 시 등) | - | - |
13-
| 4 | 컬럼차트 구현 (상세 계획 미정) | - | - |
14-
| 5 | 파이차트 구현 (상세 계획 미정) | - | - |
15-
| 6 | 등등..... | - | - |
8+
| # | 내용 | 구현 | 블로그 정리 |
9+
| --- | -------------------------------------------------------- | ---------------- | --------------- |
10+
| 1 | 라인차트 기본 기능 구현 | [완료][c01issue] | [완료][c01post] |
11+
| 2 | 라인차트 옵션 기능 구현 (색상, 폰트, 포멧 등) | [완료][c02issue] | [완료][c02post] |
12+
| 3 | 라인차트 레전드 기능 구현 | [완료][c03issue] | [완료][c03post] |
13+
| 4 | 라인차트 특정 아이템 선택 기능 구현 (터치 이벤트 활용) | - | - |
14+
| 5 | 라인차트 애니메이션 기능 제공 (초기화 시, 값 변경 시 등) | - | - |
15+
| 6 | 컬럼차트 구현 (상세 계획 미정) | - | - |
16+
| 7 | 파이차트 구현 (상세 계획 미정) | - | - |
17+
| 8 | 등등..... | - | - |
1618

1719
[c01issue]: https://github.com/ricale/D3ChartExamples/issues/3
1820
[c02issue]: https://github.com/ricale/D3ChartExamples/issues/5
21+
[c03issue]: https://github.com/ricale/D3ChartExamples/issues/9
1922
[c01post]: https://ricale.kr/blog/posts/230411-chart-in-react-native-with-d3-1/
23+
[c02post]: https://ricale.kr/blog/posts/230419-chart-in-react-native-with-d3-2/
24+
[c03post]: https://ricale.kr/blog/posts/230425-chart-in-react-native-with-d3-3/
2025

2126
## 프로젝트 실행 방법
2227

0 commit comments

Comments
 (0)