Frontend/React

React - 도넛 애니메이션 차트 만들기(with conic-gradient)

rachel_13 2023. 4. 13. 23:21

 

 

[개요]

반시계 방향으로 도넛차트가 줄어드는 함수 구현하기

 

[방법]

conic-gradient() - CSS: Cascading Style Sheets | MDN

The conic-gradient() CSS function creates an image consisting of a gradient with color transitions rotated around a center point (rather than radiating from the center). Example conic gradients include pie charts and color wheels. The result of the conic-gradient() function is an object of the <grad...

developer.mozilla.org