Fix for issue 112: off-by-one issues with panning.
authorRobert Konigsberg <konigsberg@google.com>
Thu, 27 Jan 2011 17:12:00 +0000 (12:12 -0500)
committerRobert Konigsberg <konigsberg@google.com>
Thu, 27 Jan 2011 17:12:00 +0000 (12:12 -0500)
commitec291cbeac417d7035eb9e4b248bda5fb3f4a6d4
treec9f3afcff067f075c1098ea9f29e7b7368f76688
parentbe46943f1da51d0639bbfa9ab5325f1feaa096c0
Fix for issue 112: off-by-one issues with panning.

This also fixes an annoying problem with y-axis panning where the closer
to the bottom a pan operation, the more severe an initial jagging occurs
along the y-axis.

The keys to this fix are a) an off-by-one error related to computing
widths and heights, and b) the use of the plotter area's dimensions
rather than the graph's dimensions (graph dimensions also account for
spaces for the tick marks and annotations; that doesn't help us very
well.)
dygraph.js