added zetta (Z) and yotta (Y) labels for consistency purposes
authorDavid Moena <dmoena@gmail.com>
Mon, 18 Jun 2012 21:41:06 +0000 (17:41 -0400)
committerDavid Moena <dmoena@gmail.com>
Mon, 18 Jun 2012 21:41:06 +0000 (17:41 -0400)
dygraph-tickers.js

index 20a7519..4ab5ebb 100644 (file)
@@ -176,7 +176,7 @@ Dygraph.numericTicks = function(a, b, pixels, opts, dygraph, vals) {
   if (opts("labelsKMG2")) {
     if (k) Dygraph.warn("Setting both labelsKMB and labelsKMG2. Pick one!");
     k = 1024;
-    k_labels = [ "k", "M", "G", "T", "P", "E" ];
+    k_labels = [ "k", "M", "G", "T", "P", "E", "Z", "Y" ];
     m_labels = [ "m", "u", "n", "p", "f", "a", "z", "y" ];
   }