projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11c15f
)
added zetta (Z) and yotta (Y) labels for consistency purposes
author
David Moena
<dmoena@gmail.com>
Mon, 18 Jun 2012 21:41:06 +0000
(17:41 -0400)
committer
David Moena
<dmoena@gmail.com>
Mon, 18 Jun 2012 21:41:06 +0000
(17:41 -0400)
dygraph-tickers.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-tickers.js
b/dygraph-tickers.js
index
20a7519
..
4ab5ebb
100644
(file)
--- a/
dygraph-tickers.js
+++ b/
dygraph-tickers.js
@@
-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" ];
}