- Added xIsEpochDate option to save redundant encoding to Date objects when X axis...
authorAdil <adilflorida@gmail.com>
Wed, 28 Nov 2012 21:37:06 +0000 (16:37 -0500)
committerAdil <adilflorida@gmail.com>
Wed, 28 Nov 2012 21:37:06 +0000 (16:37 -0500)
commita96b8ba34c08682182bde256d505f7ae5ed9eee4
treec6af9545de95e0de20b1f1f8697cd99ba3e17abf
parent4851cf7da51e5260589c75fa3e3f066609013544
- Added xIsEpochDate option to save redundant encoding to Date objects when X axis is already in units of epoch time (performance improvement for large data sets).
- Using requestAnimationFrame to make animatedZooms smoother.
- Made doUnzoom() and predraw() methods public (to allow more graph control).
- Renamed RGBColor to RGBColorParser to avoid a function name collision with: http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-RGBColor
dygraph-canvas.js
dygraph-utils.js
dygraph.js
rgbcolor/rgbcolor.js