Google Charts - How to append text to default tooltip
问题 I want to add a custom tooltip to my charts by using the default one and for example just append some text to it. Is this even possible, or to i have to create it all by myself with html? data= google.visualization.arrayToDataTable([ ["Element", "Duration ", { role: "style" }, { role: 'tooltip' }], ["Count", 23515, "orange", ???], ]); How it is (Default Tooltip): How i want it: Append the duration as readable time, but still keep the default tooltip 回答1: it's not possible to add content to