본문 바로가기

비전공자 검은콩의 몸으로 부딪히는 실무

[Vue3] Chart.js 툴팁 금지

출처 : https://yeon22.github.io/Chartjs-kr/docs/latest/configuration/tooltip.html#external-custom-tooltips

 

툴팁 · Chart.js 문서

results matching "" No results matching ""

yeon22.github.io

 

툴팁금지 option

        tooltips: {
            // on-canvas 툴팁을 금지합니다
            enabled: false,
            }