79460953

Date: 2025-02-23 09:07:06
Score: 0.5
Natty:
Report link

A non-hacky solution is described here: https://www.chartjs.org/docs/latest/samples/tooltip/interactions.html

Basically, add / adjust your options.interaction settings:

options: {
...
interaction: {
            mode: 'nearest',
            intersect: false,
            axis: 'x',
        },
...
}
Reasons:
  • Whitelisted phrase (-1): solution is
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kirill Kay