I'm having an issue getting my data to show up as a time series. When
I try to graph the array below, I end up with the x-axis displaying
the literal number as opposed to the conversion to Human readable.
Any help would be appreciated.
var dataArray = [[1272638730,20],[1272638780,10],[1272638830,15]];
var options = {
xaxis:{
mode:'time'
}
};
Flotr.draw(graphBox, [ dataArray ], options);
Matt
--
You received this message because you are subscribed to the Google Groups "Flotr Javascript Plotting Library" group.
To post to this group, send email to
fl...@googlegroups.com.
To unsubscribe from this group, send email to
flotr+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/flotr?hl=en.