javascript/Chartjs
Chart.js Stacked Bar Chart 차트 BorderRadius 사방으로 둥글게
daeyun대윤
2023. 10. 9. 07:00
chart js에서 bar 막대 차트를 가로형으로 만들고 가장자리를 모두 둥글게 하고 싶었는데... 생각보다 오래걸림. 왜냐하면 데이터 시작하는 부분에서 자꾸 borderRadius가 안먹었다. 해결 방법은.... 시작하는 데이터에 borderSkipped:false를 해주어야 했다!!!
코드펜에서 테스트한 나의 결과물 :
See the Pen chartjs stackted bar v.3.9.1 by keepgoing-Noah (@keepgoing-noah) on CodePen.
처음에 영문도 모를 때 도움 받았던 이슈 :
https://github.com/chartjs/Chart.js/issues/9217
Stacked bar chart with borderRadius only rounds the last dataset · Issue #9217 · chartjs/Chart.js
Expected Behavior All bars should be rounded on all edges. Using borderRadius=500, and borderSkipped=false On chartjs 3.1.0 Current Behavior On Chartjs master only one dataset is rounded, the other...
github.com
알수록 매력적인 chart js
728x90
300x250