0

I want to remove this stupid lined tooltip or whatever this called does any1 know how ?

enter image description here

elad BA
  • 1,760
  • 11
  • 17

1 Answers1

1

apparently you can control them by using plugin and style them as you like

   plugins: {
    outlabels:{
      text: (context) =>{
       return context
      }
      color: "#353948",
      backgroundColor: "#EFEFEF",
      borderColor: "#EFEFEF",
      lineColor: "#353948",
      lineWidth: 1,
      borderWidth: 0,
   }
  }
elad BA
  • 1,760
  • 11
  • 17