I've tried to customize the tooltip for the Gantt Google Chart and it does not seem to apply
I've added :
data.addColumn({type: 'string', role: 'tooltip'});
and options
tooltip: {isHtml: true},
legend: 'none'
But it does not seem to work. Below it's a fiddle with the implementation as provided by Google and adapted by me as described above. Any idea why it does not work?