차트js , 2.9.4버전 사용중인데... x축의 색상을 변경하고 싶었다!
options 아래에 scales 아래에.. 이런식으로 찾아들어가야함...
버전이
감사한 블로그!!!
https://ming9mon.tistory.com/122
Chart.js 배경, 폰트, 라인, 라벨 색상 변경
X축 폰트 색과 라인 색 x축 폰트와 라인의 색과 사이즈는 다음과 같이 변경할 수 있다. 라인을 굵게 하고 싶다면 linewidth를 높게 해 주면 되고, 라인을 보고 싶지 않다면 0으로 설정해 주면 된다. op
ming9mon.tistory.com
한글문서 차트js!!
https://yeon22.github.io/Chartjs-kr/docs/latest/axes/styling.html#tick-configuration
스타일링 · Chart.js 문서
fontStyle string 'normal' CSS 글꼴 스타일 옵션을 따르는 눈금 라벨의 폰트 스타일 (i.e. normal, italic, oblique, initial, inherit).
yeon22.github.io
차트 js 2.9.4 API
https://www.chartjs.org/docs/2.9.4/axes/styling.html
Styling · Chart.js documentation
fontStyle string 'normal' Font style for the tick labels, follows CSS font-style options (i.e. normal, italic, oblique, initial, inherit).
www.chartjs.org