twitter-archive/ostrich

flot graphing package expects time in milliseconds, not seconds

keolson opened this issue · 2 comments

Per the flot documentation (http://people.iola.dk/olau/flot/API.txt), flot expects timestamps to be in milliseconds, yet /graph_data/ supplies time series data in seconds. This causes the x-axis for metric graphs to be incorrect. Either drawgraph.js or the /graph_data/ handler should be changed to return time in milliseconds.

you mean the y-axis, right? i don't totally understand the issue, but i will gladly take a patch. :)

think i fixed this on the "graphing" branch.