I have not dug into the Google Analytics stuff to see what they are using, but I suspect that it is a mix of Visualization API components and custom visualizations. Analytics has a lot of features that are not supported out-of-the-box by the Visualization API; replicating these features will likely require extensive coding, but should be doable.
On Thursday, August 21, 2014 10:21:03 AM UTC-4, Mark Schenkel wrote: > > Thanks - should I be able to accomplish the same look and feel? Do you > think Google Analytics Real-time is using Google Visualization? > > On Thursday, August 21, 2014 8:53:25 AM UTC-4, Andrew Gallant wrote: >> >> If you have a data source that you can get updates from on some time >> interval, then you refresh your chart with new data; just add/remove data >> from the chart's DataTable and redraw. >> >> On Wednesday, August 20, 2014 9:20:27 PM UTC-4, Mark Schenkel wrote: >>> >>> Is there a chart type that could best simulate the Realtime "Pageviews >>> per second/minute" you can see on Google Analytics? See the screen shot. >>> >>> For those of you not familiar, the "per second" chart scrolls each >>> second, from right to left, updating the right most bar with the current >>> number of pageviews/visitors on your site at that second. The "per minute" >>> chart scrolls each minute. >>> >>> Is there a chart that do this? >>> >>> (note: this is not a question about obtaining the data from google >>> analytics, but solely about a realtime updating chart). >>> >>> >>> >>> >>> >>> >>> <https://lh5.googleusercontent.com/-5_IA1Q9wp6A/U_VIZpRhZXI/AAAAAAAAAC8/60jQKbQaGvU/s1600/RealTimeVisitors.png> >>> >>> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
