Google Chart HTML Tooltip displays html text
问题 I've specified HTML toolips in the options, but it still renders the HTML text in the tooltip instead of the result of the HTML. How can I fix this so that it renders the HTML result? I create a data view and set the columns like so: projectView.setColumns([0,1,3,{ type:'string', role:'tooltip', calc:function(dt,row){ var date = dt.getFormattedValue(row,0); var totalErrors = dt.getFormattedValue(row,3); var percent = Math.round((dt.getValue(row,3)/dt.getValue(row,1))*100); return '<div><b>'+