[visualization-api] Chart code suddenly stopped working

2020-02-10 Thread Dustin Saunders
My JS for charts in my application suddenly stopped working. Here's a sample: data = new google.visualization.DataTable(); data.addColumn('string', 'A'); data.addColumn('string', 'B'); data.addColumn('number', 'C'); data.addColumn('number', 'D');

Re: [visualization-api] Object doesn't support property or method 'next'

2020-02-10 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Frank, Interesting problem that may be difficult to narrow down, given that it is IE11-specific. Do you have an example we can see that shows just what you are seeing? I'm suspecting now that some of the internal changes in Google Charts may have triggered the compiler to target a different

[visualization-api] Object doesn't support property or method 'next'

2020-02-10 Thread Frank Hallett
Snce the latest update just pushed out (v47 ?) - IE11 doesnt like it when "calendar" and "timeline" are loaded - maybe together or apart. Doesnt happen everytime so guessing that there is a load dependency for a polyfill or something. But since it is so hard to get any information out of the

[visualization-api] Convert R DataFrame to google datatable

2020-02-10 Thread Harold Doran
Background: I have an R Shiny web app that allows a user to input a file in any arbitrary format (e.g., .csv, .tsv), but after read in the file exists on the R server as an R dataframe. I'd like to make use of google visuals without relying on the R package for google visualization and simply

[visualization-api] Want to visualize the logs available for every 2 hours in day for all weekdays.

2020-02-10 Thread senthil balasubramanian
Hello , We used to get the mails with the log files information from the server. I wanted to visualize it with the info available in our email. I don't want to take the data from the logs and I want the charts to be updated as soon as i get my email with the specific info. Is that possible ?