default is just false
[dygraphs.git] / docs / index.html
index 0f83113..31cb325 100644 (file)
@@ -27,7 +27,7 @@
         <li><a href="http://github.com/danvk/dygraphs">Source</a></li>
         <li><a href="http://code.google.com/p/dygraphs/issues/">Issues</a></li>
         <li><a href="http://code.google.com/p/dygraphs/issues/entry">Report Bug</a></li>
-        <li><a href="mailto:danvdk [at] gmail">Contact</a></li>
+        <li><a href="mailto:dygraphs-users [at] googlegroups.com">Contact</a></li>
       </ul>
 
       <h2>Gallery</h2>
@@ -36,6 +36,7 @@
         <li><a href="tests/gviz.html">GViz Demo</a></li>
         <li><a href="tests/plotter.html">Equation Plotter</a></li>
         <li><a href="tests/perf.html">Performance Test</a></li>
+        <li><a href="tests/fillGraph.html">Filled Chart</a></li>
         <li><a href="tests/perf.html">Fractions</a></li>
         <li><a href="tests/label-div.html">Labels in a DIV</a></li>
         <li><a href="tests/numeric-axis.html">Numeric Axis</a></li>
@@ -62,7 +63,7 @@
       <h1>dygraphs JavaScript Visualization Library</h1>
 
       <p><a href="http://github.com/danvk/dygraphs">http://github.com/danvk/dygraphs</a></p>
-      <p>See <a href="http://github.com/danvk/dygraphs/downloads/">downloads</a>, <a href="tests/">gallery</a> and <a href="http://code.google.com/p/dygraphs/issues/">open issues</a></p>
+      <p>See <a href="http://groups.google.com/group/dygraphs-users">mailing list</a>, <a href="http://github.com/danvk/dygraphs/downloads/">downloads</a>, <a href="tests/">gallery</a> and <a href="http://code.google.com/p/dygraphs/issues/">open issues</a></p>
 
       <p>dygraphs is an open source JavaScript library that produces produces interactive, zoomable charts of time series. It is designed to display dense data sets and enable users to explore and interpret them.</p>
 
@@ -480,7 +481,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
         </tr>
         <tr>
           <td><strong>rollPeriod</strong></td>
-          <td><code>integer >= 1</code></td>
+          <td><code>integer &gt;= 1</code></td>
           <td><code>1</code></td>
           <td>Number of days over which to average data. Discussed extensively above.</td>
         </tr>
@@ -497,6 +498,13 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td>List of colors for the data series. These can be of the form "#AABBCC" or "rgb(255,100,200)" or "yellow", etc. If not specified, equally-spaced points around a color wheel are used.</td>
         </tr>
         <tr>
+          <td><strong>fillGraph</strong></td>
+          <td><code>boolean<br/></code></td>
+          <td><code>false</code></td>
+          <td>Should the area underneath the graph be filled? This option is not
+          compatible with error bars.</td>
+        </tr>
+        <tr>
           <td><strong>colorSaturation</strong></td>
           <td><code>0.0 - 1.0</code></td>
           <td><code>1.0</code></td>
@@ -556,6 +564,13 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td>Show K/M/B for thousands/millions/billions on y-axis.</td>
         </tr>
         <tr>
+          <td><strong>labelsKMG2</strong></td>
+          <td><code>true</code></td>
+          <td><code>false</code></td>
+          <td>Show k/M/G for kilo/Mega/Giga on y-axis. This is different than
+          <code>labelsKMB</code> in that it uses base 2, not 10.</td>
+        </tr>
+        <tr>
           <td><strong>labelsDivWidth</strong></td>
           <td><code>250</code></td>
           <td><code></code></td>
@@ -673,4 +688,4 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
   <script type="text/javascript">_uacct = "UA-769809-1";urchinTracker();</script>
 </body>
-</html>
\ No newline at end of file
+</html>