17👍
You can change the title font size too.
options: {
tooltips: {
titleFontSize: 10,
bodyFontSize: 10
}
}
1👍
options: {
tooltips: { bodyFontSize: 20 }
}
0👍
For me this was required to go in the library section
{
...,
library: {
tooltips: {
...
},
},
...
}
- [Chartjs]-How to prevent first/last bars from being cut off in a chart with time scale
- [Chartjs]-Chart JS custom tooltip option?
Source:stackexchange.com