From e17f6ca5747de4c634a9080693ea7e822ab5dd9c Mon Sep 17 00:00:00 2001 From: Neal Nelson Date: Wed, 16 Jun 2010 11:10:37 +0200 Subject: [PATCH] Update documentation to include step plots. --- docs/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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
+ + + -- 2.7.4