Notice
Recent Posts
Recent Comments
Archives
반응형
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today
Total
01-09 05:35
250x250
관리 메뉴

꿈꾸는 개발자의 블로그

[React] Chart.js로 Doughnut(도넛) 차트 그리기 본문

Programming/React

[React] Chart.js로 Doughnut(도넛) 차트 그리기

aldrn29 2022. 5. 23. 20:46

React에서 데이터를 시각화할 때 Chartjs 라이브러리를 사용해보았다. 이 때, 참고하기 좋은 사이트 2개를 올려본다. 도넛 차트 외에도 다양한 모양의 차트를 볼 수 있다. 특히, 아래 2번째 사이트에서는 어떻게 사용하면 좋을지 Example이 친절하게 나와있으니, 코드를 그대로 복붙하여 금방 눈으로 확인할 수 있을 것이다!!

 

728x90

 


 

라이브러리 설치

yarn add react-chartjs-2 chart.js

 

참고 사이트

https://www.chartjs.org/docs/latest/samples/other-charts/doughnut.html

 

Doughnut | Chart.js

Last Updated: 2/12/2022, 2:48:34 PM

www.chartjs.org

https://react-chartjs-2.js.org/examples/doughnut-chart/

 

Doughnut Chart | react-chartjs-2

Example of doughnut chart in react-chartjs-2.

react-chartjs-2.js.org

 

결과 화면

도넛 차트를 이용한 데이터 시각화 모습

 

728x90
728x90
Comments