javascript - Creating an Interactive bar Chart out of Google Analytics Data -


I want to create a chart once from google analytics data.
There is a current inequality of bar chart in my site

I am developing an ASP.NET website and see it using PHP and jQuery to overlay analytics chart. It is also paid.
What my customer would like is such a tool that draws charts from analytics without PHP component. To wit. A similar tool using ASP.NET and jquery / javascript.
What should I do, that tool is free to get (open source).

What are my options?

Regards,
naveenj

Have you seen other free uses Google's visualization API:

Google Chart API:

There are some examples of using Analytics data with those chartered libraries


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -