JavascriptRRD is a JavaScript library for reading Round Robin Database (RRD) archives (produced by rrdtool) using AJAX-like techniques. The library also provides graphing classes leveraging the Flot library.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release improves the integration with Flot by improving the single RRD plotting class (rrdFlot) amd adding a multi-RRD plotting class (rrdFlotMatrix). The interfaces to both rrdFlot and rrdFlotMatrix are expected to be final, and any change in the future will be backward compatible.