Fix highlighting for zoomed graphs
authorKlaus Weidner <klausw@google.com>
Thu, 1 Mar 2012 18:57:01 +0000 (10:57 -0800)
committerKlaus Weidner <klausw@google.com>
Thu, 1 Mar 2012 18:57:01 +0000 (10:57 -0800)
commit81cb07d653f397d31c063ff3688c5e682f1d6d82
tree3378e5ec68f924a588cd0f9cc5c738559ac5e226
parent87cf3e095ae7fd57b6208f8ee910a51d711542e1
Fix highlighting for zoomed graphs

The code wasn't correctly applying the left boundary offset when converting a row index in the pruned data to/from a row index for the full data set.

Add a getLeftBoundary_ helper method and replace the existing loops that attempted to find the first defined record. Not sure why it saves multiple boundaryIds anyway, the code assumes it can just use the first one.

Also fix an apparently-invalid usage in getSelection().
dygraph.js