projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb369f3
)
Update documentation to include step plots.
author
Neal Nelson
<neal@adrimac.makalumedia.loc>
Wed, 16 Jun 2010 09:10:37 +0000
(11:10 +0200)
committer
Neal Nelson
<neal@adrimac.makalumedia.loc>
Wed, 16 Jun 2010 09:10:37 +0000
(11:10 +0200)
docs/index.html
patch
|
blob
|
blame
|
history
diff --git
a/docs/index.html
b/docs/index.html
index
9148ee0
..
a36fd2e
100644
(file)
--- 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)
<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>