Hi Jeff,
You can use the DateFormat to format a column of your data, as shown in
this example: https://jsfiddle.net/dlaliberte/cxkh14sj/3/
However, that doesn't format your tick values, and unfortunately, the
format option for the axes does not currently accommodate the 'timeZone'
option, as the
These are the options I'm providing for hAxis on a line chart:
hAxis : {maxValue: startTime,
minValue: endTime,
viewWindowMode: 'maximized',
textPosition: 'in',
format: 'HH:mm:ss',
}
This produces the look that I like but I want