[visualization-api] Re: Chart to mimic Google Analytics Realtime Pageviews per second

2014-09-02 Thread Faraz Ahmed
Hi Mark, Have you got any solution for your question? I also need to implement the same? Please send back your kind response to me. Thanks, Faraz On Thursday, August 21, 2014 6:20:27 AM UTC+5, Mark Schenkel wrote: Is there a chart type that could best simulate the Realtime Pageviews per

[visualization-api] Re: Chart to mimic Google Analytics Realtime Pageviews per second

2014-08-23 Thread Andrew Gallant
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

[visualization-api] Re: Chart to mimic Google Analytics Realtime Pageviews per second

2014-08-21 Thread Andrew Gallant
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

[visualization-api] Re: Chart to mimic Google Analytics Realtime Pageviews per second

2014-08-21 Thread 'Mark Schenkel' via Google Visualization API
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