I would like to know how to create a graph with Google Analytics (maybe using the api), but I\'m unsure if there is already a plugin or tutorial on how to do this. The Javascrip
I created a service specifically for this purpose:
EmbeddedAnalytics
You define your chart type (line, bar, horizontal bar), metrics (pageviews, visits, etc), dimension (date, country,etc), and a time frame. Then you simply embed a snippet of code into your site where you want the chart to appear.