본문 바로가기
script&jquery

chart.js 방사형 radar 커스텀 border dashed color

by uni:D 2024. 7. 23.
반응형

구현: 가이드라인 안쪽선은 dashed 바깥선은 solid / 안쪽선과 바깥에 외곽선 굵기다르게  

 

# chart.js커스텀 설명 자세한 블로그 (방사형외에도 여러가지 자세하게 나와있음)
https://kasumil.tistory.com/204

# 3.x일때 옵션
https://stackoverflow.com/questions/63775419/changing-borderdash-for-specific-gridlines-in-radar-chart

# 4.x일때 옵션
https://stackoverflow.com/questions/76055239/dashed-gridlines-in-chart-js-version-4-x

 

-------------------------

2. 핑퐁으로 흰색 회색 백그라운드 표시  -> 이거 안됨 못찾음

 

 

 

 

See the Pen chart.js 방사형 radar custom 커스텀 4.4.3ver by uni (@agosto) on CodePen.

반응형