square / cubism

Cubism.js: A JavaScript library for time series visualization.

Home Page:https://square.github.com/cubism/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: unable to load data from graphite

faxm0dem opened this issue · comments

I'm getting this error message using the exact same code as in this stackexchange example: http://stackoverflow.com/questions/13731752/setting-height-on-horizon-context-stretches-the-graph-while-retaining-overplot

On the web console, it says:

[15:55:05.064] GET http://graphite-web/render?format=raw&target=alias(summarize(graphite-web-a.avgUpdateTime%2C%271min%27%2C%27sum%27)%2C%27%27)&from=1384785960&until=1384786499 [HTTP/1.1 200 OK 11ms]
[15:55:05.025] Error: unable to load data  (cubism.v1.js:416)

Is there a problem with my request?