I have created a table with google charts ie using google.visualization.Table, and the column headers for the same are HR, BR and so on..
eg
{cols:[{id:'A',label:'',type:'string'},
{id:'B',label:'IMP',type:'number'}]}
since I have many columns in my actual code, I have abbreviated them, but I need to show the full column name when I hover over it.Any ideas how to go about it ?