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

Re: [visualization-api] Winnovative HTML-to-PDF no longer converts Google charts

2020-07-10 Thread Phil Winant
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