I have tried Chart JS custom tooltip option? and How to show tooltips in Chart.js?
One among many attempts of mine are:
new Chart(document.getElementById("location").getContext("2d")).Bar(barChartData2,{
showTooltip: true,
tooltipTemplate: "<%= value %>",
//Option for title font size in pixels
tooltipTitleFontSize: 14,
//Option for tooltip title color
tooltipTitleFontColor: "#eee",
});
but both of no use to me I have tried every possibility and I'm not able to know what is stopping the tooltip from working. Nothing there in the console to debug so any suggestion would be thankful