はじめに
Chart.js (vue-chartjs) でツールチップの表示内容を変更する方法
TL;DR
- テキストは
tooltips.callbacks.xxxx
で設定tooltips.callbacks.title
tooltips.callbacks.label
tooltips.callbacks.footer
- 色などを変更する場合は以下、他は Tooltip Configuration を参照
tooltips.backgroundColor
tooltips.titleFontColor
tooltips.bodyFontColor
tooltips.footerFontColor
tooltips.titleFontStyle
- etc…