disable hover outside chart in chartjs code example
Example: chartjs how to disable hover lable
options: {
tooltips: {enabled: false},
hover: {mode: null},
}
options: {
tooltips: {enabled: false},
hover: {mode: null},
}