Reputation: 859
I'm creating web site on zend framework and want to place statistic into my admin panel. Is there any js plugin (something like GA api) for getting styled graphs?
Upvotes: 0
Views: 126
Reputation: 6364
Check out EmbeddedAnalytics. (Disclosure - I work with them) EmbeddedAnalytics is based on the GA API. To do what you are asking is simple:
Additionally, we are working on creating pre-defined dashboard pages which will allow end-user to embed entire dashboards into a page.
Upvotes: 0
Reputation: 1084
You may take a look at this:
and that:
http://techslides.com/50-javascript-charting-and-graphics-libraries/
it depends on what you want to display a line graph, a map ...
Upvotes: 1