flot graphing package expects time in milliseconds, not seconds
keolson opened this issue · 2 comments
keolson commented
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.
robey commented
you mean the y-axis, right? i don't totally understand the issue, but i will gladly take a patch. :)
robey commented
think i fixed this on the "graphing" branch.