X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=8a1d65d7df3c5e42d01634623a7092223fa2ebd9;hb=88bbada8ddcef3861b258b865be65ab579efbcfb;hp=8a0ee087d6264987ad3c54352147f210dd8d9c4f;hpb=e988d192a87ace02365a765ffd5455b1d7b5b88e;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index 8a0ee08..8a1d65d 100644 --- a/dygraph.js +++ b/dygraph.js @@ -280,7 +280,6 @@ Dygraph.DEFAULT_ATTRS = { customBars: false, fillGraph: false, fillAlpha: 0.15, - fillStepPlot: false, connectSeparatedPoints: false, stackedGraph: false, @@ -1105,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.