fix js exception on interactive zoom
authorFrançois-Xavier Bourlet <bombela@gmail.com>
Wed, 2 Nov 2011 04:54:42 +0000 (21:54 -0700)
committerFrançois-Xavier Bourlet <bombela@gmail.com>
Wed, 2 Nov 2011 05:02:22 +0000 (22:02 -0700)
commitfa54c193cdc1702443f5a13f345b6649b708cf81
tree650809044206dd2c80cae1208c634c78d3090a43
parent5cb6204347bf9e4ad2a1d243a40caea2bf8c54e7
fix js exception on interactive zoom

I only tried and noticed this bug with chrome and firefox.

The bug was introduced in commit: 920208fbb3565a1f9075d49a7be486819bdd1174

The code is trying to access to a non existent property
"this.layout_.plotArea" while the correct version seem
to be "this.layout_.getPlotArea()".
dygraph.js