Fixed attribute name typo in legend follow (#792)
authorneurot1k <sendmikestuff@gmail.com>
Thu, 6 Oct 2016 17:49:08 +0000 (10:49 -0700)
committerDan Vanderkam <danvdk@gmail.com>
Thu, 6 Oct 2016 17:49:08 +0000 (13:49 -0400)
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