Questions tagged [oocharts]

OOcharts is an project that makes it easy to embed and share Google Analytics data through charts.

About

OOcharts is an awesome little project that makes it easy to embed and share Google Analytics data through charts. It was started in the Summer of 2012 by Tin Bin and continues to grow.

Links

Website

Github

2 questions
1
vote
1 answer

OOCharts monthly timeline

I'm using Oocharts.com's API and I'm doing a 12 month timeline chart, but it displays a daily data point for each day instead of combining them into a monthly amount. So, instead of displaying 1 visit per day, I want it to show 30 visits for the…
Citizen
  • 12,430
  • 26
  • 76
  • 117
0
votes
1 answer

oo.load throwing "undefined is not a function"

I am building an app using requirejs, parse.com, list.js, and using gulp to serve it. I am trying to use ooCharts to load in google analytics charts. the failing code is written in a script tag in the html being injected on the DOM via a…