Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2013-12-17 | 3.8 kB | |
javascriptrrd-1.1.1-with-flot-0.7-tooltip-0.4.4.tgz | 2013-12-17 | 766.9 kB | |
javascriptrrd-1.1.1-with-flot-0.7-tooltip-0.4.4.zip | 2013-12-17 | 807.7 kB | |
javascriptrrd-1.1.1-with-flot-0.8.1-tooltip-0.6.2.zip | 2013-12-17 | 1.2 MB | |
javascriptrrd-1.1.1-with-flot-0.8.1-tooltip-0.6.2.tgz | 2013-12-17 | 1.1 MB | |
javascriptrrd-1.1.1.zip | 2013-12-17 | 508.3 kB | |
javascriptrrd-1.1.1.tgz | 2013-12-17 | 479.8 kB | |
Totals: 7 Items | 4.9 MB | 1 |
v1.1.1: This version provides only one improvement: * Fixed the code to work with IE11 as well. v1.1.0: This is not a typo; I decided to bump up the version number in the 1.X range since it can be considered prodution quality (i.e. several projects rely on it). The .1 come from the fact that it is not a brand new version either. The major change from 0.6.X series is the addition of the Async helper classes. Creating Web pages should now be much easier. This is how it should have been done since day one! My appologies for not doing it before. The other new feature is the availability of a lump include file javascriptrrd.js and javascriptrrd.wlibs.js (when bundleded with Flot) that further simplify Web page creation. This version also: * Adds support for simpler arguments for rrdFilter classes * Adds support of RRD files with different endian encoding * Adds support for rrdflot_defaults in rrdFlotMatrix * Adds missing multi_rra in rrdFlot v0.6.4: Fixed display problems in Webkit-based browsers. v0.6.3: The graph_options in rrdFlot now finally work as they should. Fixed the default timezone value; the sign was wrong in 0.6.2. v0.6.2: Add support for RRD files with mixed 32 and 64 bit alignment. Add support for naked graphs. Fix bug where a pozitive timezone would only be accepted if it contained a plus. The default timezone is now (supposed to be) the local one (autodetect). Better handling of iterations (thanks Mark) v0.6.1: Added support for flot tooltips, courtesy of https://github.com/krzysu/flot.tooltip/ v0.6.0: * Created RRDFilter_js.html (the RRDFilter documentation page, which was forgotten in last release) and linked it to the main documentation index. * Added to RRDFilter.js, a new group of classes for a new Filter: - RRDRRAFilterAvg class to create a new RRD with 'filtered' RRAs in the same manner as RRDFilterOp: A filter object containing a new step size and a base RRA are used to create a new RRA with that step size whose data is averaged from the base RRA. - RRAFilterAvg creates these new 'filtered' RRAs, - RRAInfoFilterAvg creates their respective RRAInfo classes, And RRDRRAFilterAvg links them all together into the RRD. * Added to RRDFlot: rrdflot_defaults are passed into new Flot objects to set defaults. These defaults are set initially when the graph is changed, but can be changed by the user. The options that are now available are, in the same order as provided in the documentation: - legend location; - number of checkboxes per column; - an option to create a button above each column which selects all the buttons in that column; - an option to append the aggregation function name to a DS (data set/element) in the case of multiple DSs of the same name but different agg function; - an option to append the consolidateion function name to an RRA in the case of multiple RRAs with the same name but different CFs. - an option to use a user-provided list of DSs to be checked initially - the list of checked DSs mentioned above - an option to use the RRA index specified below. - the RRA index mentioned above. - window zoom selection minimum - window zoom selection maximum - graph heigh - graph width - scale height, scale being the smaller graph below the main graph - scale width - timezone. * In RRDFlot.js, a timezone selection drop-down box was added to the flot graph, with ability to change the timezone built into the graph itself. * RRDFlotSupport.js has an argument added to one of it's helper functions to accommodate this timezone addition. * Updated documentation and examples to reflect all of these changes. * Added two new example pages (rrdJFlotDefaults.html and rrdJFlotFilterRRA.html) to highlight new changes. v0.5.0: (see branch)