Fixed attribute name typo in legend follow (#792)
[dygraphs.git] / src / plugins / legend.js
index 8b91841..40a4863 100644 (file)
@@ -105,7 +105,7 @@ Legend.prototype.select = function(e) {
   if (legendMode === 'follow') {
     // create floating legend div
     var area = e.dygraph.plotter_.area;
-    var labelsDivWidth = this.legend_div.offsetWidth;
+    var labelsDivWidth = this.legend_div_.offsetWidth;
     var yAxisLabelWidth = e.dygraph.getOptionForAxis('axisLabelWidth', 'y');
     // determine floating [left, top] coordinates of the legend div
     // within the plotter_ area