Update documentation to include step plots.
authorNeal Nelson <neal@adrimac.makalumedia.loc>
Wed, 16 Jun 2010 09:10:37 +0000 (11:10 +0200)
committerNeal Nelson <neal@adrimac.makalumedia.loc>
Wed, 16 Jun 2010 09:10:37 +0000 (11:10 +0200)
docs/index.html

index 9148ee0..a36fd2e 100644 (file)
@@ -813,6 +813,16 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>320</code></td>
         </tr>
 
+        <tr>
+          <td><strong>stepPlot</strong></td>
+          <td><code>boolean</code></td>
+          <td><code>false</code></td>
+          <td>
+            When set, display the graph as a step plot instead of a line plot.
+            <div class="tests">Tests: <a href="tests/steps.html">steps</a></div>
+          </td>
+        </tr>
+
       </tbody>
     </table>