score:0

Accepted answer

if anyone comes across this in the future, i eventually managed to get the behavior i need using the following steps:

  1. copy over the implementation of tooltips display from the chartjs source.
  2. modify the html injected in this code to recreate the behavior you require.
  3. overwrite the chartjs source for this function with your modified function.

Related Query

More Query from same tag