From: Neal Nelson Date: Wed, 16 Jun 2010 09:10:37 +0000 (+0200) Subject: Update documentation to include step plots. X-Git-Tag: v1.0.0~636^2~9 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=e17f6ca5747de4c634a9080693ea7e822ab5dd9c;p=dygraphs.git Update documentation to include step plots. --- diff --git a/docs/index.html b/docs/index.html index 9148ee0..a36fd2e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -813,6 +813,16 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) 320 + + stepPlot + boolean + false + + When set, display the graph as a step plot instead of a line plot. +
Tests: steps
+ + +