I previously posted some info about plotting data with jQuery and Flot and I have now set up a small demonstration:
The data value below are 100% random generated numbers, but they will simulate data from a database (or anything else for that matter). It consists of an array, where the first parameter the a Unix timestamp (multiplied by 1000) and the second parameter is the value to be drawed.
Push the generate button to get a new dataset.
You can also try to change some of the values, to see that happens. Just push the update button below,…