Log scale support. Here's what currently works:
authorRobert Konigsberg <konigsberg@google.com>
Thu, 30 Dec 2010 07:20:44 +0000 (23:20 -0800)
committerRobert Konigsberg <konigsberg@google.com>
Thu, 30 Dec 2010 07:20:44 +0000 (23:20 -0800)
commitff022debe05bc120e1342725aae7dfaa63c6f139
treeb925e0ceebf6ffd2988dd83d94677d6bcbb48d5a
parent290aaf42c19aec275e5d851466c18ef0b1645204
Log scale support. Here's what currently works:

* Drawing to scale
* Drawing axes ticks to scale
* Zooming to scale

This required spltting out lots of functions, and encouraging the split
of toDomCoords, toDataCoords, also introduced toDomYPercentage.

Panning along the y axis seems to not work but I'm committing.
dygraph-canvas.js
dygraph.js
tests/logscale.html [new file with mode: 0644]