Re: [visualization-api] UTC time on LineChart xAxis

2020-07-10 Thread 'Daniel LaLiberte' via Google Visualization API
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

[visualization-api] UTC time on LineChart xAxis

2020-07-10 Thread Jeff LaTray
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