chartjs how to disable hover lable

JavaScript
options: {
    tooltips: {enabled: false},
    hover: {mode: null},
  }
Source

Also in JavaScript: