3 <title>labelsKMB
</title>
5 <script type=
"text/javascript" src=
"excanvas.js"></script>
7 <script type=
"text/javascript" src=
"../dygraph-combined.js"></script>
8 <script type=
"text/javascript" src=
"../dygraph-canvas.js"></script>
9 <script type=
"text/javascript" src=
"../dygraph.js"></script>
13 <div id=
"labelsKMB" style=
"width:600px; height: 300px;"></div>
16 <div id=
"labelsKMG2" style=
"width:600px; height: 300px;"></div>
18 <p>The curves are exponentials. Zooming in should reveal each of the 'K',
19 'M', 'B', etc. labels.
</p>
21 <script type=
"text/javascript">
23 for (var i =
0, n =
1; i <
43; i++, n *=
2) {
27 new Dygraph(document.getElementById(
"labelsKMB"), data, { labelsKMB: true });
28 new Dygraph(document.getElementById(
"labelsKMG2"), data, { labelsKMG2: true });