I have a Google Chart where the y-axis is measured in minutes.
How can I format the y-axis so the labels display the time in a format like 2hrs40
2hrs40
Google lets you do that....I'm doing this to show data like "5 mins". In your options do this:
vAxis: { format: 'm \'mins\'' },