By default Chart.js will display the tool tip at the top of the bar for the bar type of charts. I am trying to change the default position of the tooltip from the top to the center of the bar.
Which is some thing similar to as shown in the below image.
Appreciate help on this, Thank you.

You need to define a new tooltip position mode as follows:
Further you have to define
tooltipswithin the chartoptionsas follows:Please take a look at below runnable code snippet and see how it works: