From 65914f5fca761dc387bdbae15f7287f19086c6aa Mon Sep 17 00:00:00 2001 From: Dan Vanderkam 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) Show K/M/B for thousands/millions/billions on y-axis. + labelsKMG2 + true + false + Show k/M/G for kilo/Mega/Giga on y-axis. This is different than + labelsKMB in that it uses base 2, not 10. + + labelsDivWidth 250 @@ -673,4 +680,4 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) - \ No newline at end of file + -- 2.7.4