Search code examples
phpjavascriptgraphing

Web Graphing Tool For Time scale data


I want to plot some data into a web graph control(preferably javascript or php). The data is collected regularly from a microcontroller, however the data collection interval is not linear. For instance, I may collect 5 data points in one day, and then 2 data points the next, and at different intervals etc...

Is there a graphing tool that can automatically create a linear datetime axis such that the data is represented properly on the graph.


Solution

  • jquery's jqplot does the trick.