From 65914f5fca761dc387bdbae15f7287f19086c6aa Mon Sep 17 00:00:00 2001
From: Dan Vanderkam <danvdk@gmail.com>
Date: Mon, 14 Dec 2009 17:14:41 -0500
Subject: [PATCH] update docs with labelsKMG2

---
 docs/index.html | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/index.html b/docs/index.html
index 0f83113..b98fc0c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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>
-- 
2.7.4