Added new fillStepPlot option for dygraph
[dygraphs.git] / dygraph.js
index 9570d3c..8a0ee08 100644 (file)
@@ -280,6 +280,7 @@ Dygraph.DEFAULT_ATTRS = {
   customBars: false,
   fillGraph: false,
   fillAlpha: 0.15,
+  fillStepPlot: false,
   connectSeparatedPoints: false,
 
   stackedGraph: false,