Toggle theme
문제를 잘 정의하는 것은 문제를 절반 해결한 것이다. - 2023.12
사용자 도구
Toggle theme
로그인
사이트 도구
검색
도구
문서 보기
이전 판
PDF로 내보내기
Fold/unfold all
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
현재 위치:
start
»
wiki
»
d3
»
colorschemes
wiki:d3:colorschemes
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
===== Chart.js 라이브러리 : colorschemaes 사용하기 ===== >CDN <code java> <script src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0"></script> <script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-colorschemes"></script> </code> * chrt.js 2.9.x 하위 버전에서만 사용 됨 \\ \\ >Option <code javascript> var config = { type : ~~ , data : { labels : ~~ , datasets : ~~ , }, options : { plugins : { colorschemes : { scheme : 'brewer.YlOrBr4' // 원하는 Color Chart 를 입력 } } }, }); </code> ===== Ref ===== [[https://nagix.github.io/chartjs-plugin-colorschemes]]\\ [[https://nagix.github.io/chartjs-plugin-colorschemes/colorchart.html|Color Chart]] \\ {{tag>밤즌 chart.js 라이브러리 colorschemes}}
/volume1/web/dokuwiki/data/pages/wiki/d3/colorschemes.txt
· 마지막으로 수정됨: 2023/01/13 18:44 (바깥 편집)
문서 도구
문서 보기
이전 판
역링크
PDF로 내보내기
Fold/unfold all
맨 위로