score:0

For me this was required to go in the library section

{
  ...,
  library: {
    tooltips: {
      ...
    },
  },
  ...
}

score:1

options: {
     tooltips: { bodyFontSize: 20 }
}

score:17

You can change the title font size too.

options: {
  tooltips: {
    titleFontSize: 10,
    bodyFontSize: 10
  }
}

Related Query

More Query from same tag