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
Interesting. Ok, well thank you very much for the fix! I'm still seeing
some odd behavior with the older style of loading the chart libraries (like
in certain situations the charts *don't* show up in the browser now, but
they *do* show up in the PDF, which is very bizarre) but I need to update