X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=8a1d65d7df3c5e42d01634623a7092223fa2ebd9;hb=4e9b1418813cbafd5ee68a090e3e059b31ce602c;hp=9570d3c2f26e553cab7d10ee409cfd55ef40486e;hpb=335011fd4473f55aaaceb69726d15e0063373149;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index 9570d3c..8a1d65d 100644 --- a/dygraph.js +++ b/dygraph.js @@ -1104,6 +1104,7 @@ Dygraph.prototype.createInterface_ = function() { // TODO(danvk): any other styles that are useful to set here? this.graphDiv.style.textAlign = 'left'; // This is a CSS "reset" + this.graphDiv.style.position = 'relative'; enclosing.appendChild(this.graphDiv); // Create the canvas for interactive parts of the chart.