merge
[dygraphs.git] / docs / index.html
index 0f83113..be7e3ca 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>
@@ -62,7 +62,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>
 
@@ -556,6 +556,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 +680,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>