Various fixes/workarounds for IE7/IE8 and some fixes/tweaks of range selector
authorPaul Felix <paul.eric.felix@gmail.com>
Mon, 17 Oct 2011 22:15:55 +0000 (18:15 -0400)
committerDan Vanderkam <danvk@google.com>
Mon, 17 Oct 2011 22:15:55 +0000 (18:15 -0400)
commit920208fbb3565a1f9075d49a7be486819bdd1174
tree73b986ec790e8fd72a01168232a7b71649ebc7c5
parent1a27bd14b2938f17a3a9896d64645892a6b26a1e
Various fixes/workarounds for IE7/IE8 and some fixes/tweaks of range selector

For background on IE7/IE8 work, see the following:

http://groups.google.com/group/dygraphs-users/browse_thread/thread/8c305992bf185ea8

Also, I have a fix of a recent commit in dygraph-utils.js that checks for instance of Node, which doesn't exist in IE7/IE8.

In addition to some minor tweaks and code cleanup in dygraph-range-selector.js, there's a fix for issue #90.
dygraph-canvas.js
dygraph-interaction-model.js
dygraph-range-selector.js
dygraph-utils.js
dygraph.js