Commit | Line | Data |
---|---|---|
14403441 DV |
1 | <!doctype html> |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
0e1b2204 | 7 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> |
14403441 DV |
8 | <link rel="stylesheet" href="bootstrap.min.css"> |
9 | <link rel="stylesheet" href="site.css"> | |
10 | ||
11 | <script src="bootstrap.min.js"></script> | |
875e7b08 | 12 | <!--[if IE]><script src="excanvas.js"></script><![endif]--> |
14403441 DV |
13 | <script type="text/javascript" src="dygraph-combined.js"></script> |
14 | </head> | |
15 | <body> | |
16 | <!-- | |
17 | "Fork me on github" banner: | |
18 | <a href="http://github.com/danvk/dygraphs"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 1;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a> | |
19 | --> | |
20 | ||
21 | <div id="header" class="navbar navbar-fixed-top"> | |
22 | <div class="container"> | |
23 | ||
24 | <!-- .navbar-toggle is used as the toggle for collapsed navbar content --> | |
25 | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> | |
26 | <span class="icon-bar"></span> | |
27 | <span class="icon-bar"></span> | |
28 | <span class="icon-bar"></span> | |
29 | </button> | |
30 | ||
31 | <h1 class="navbar-brand"><a href="/">dygraphs</a></h1> | |
32 | ||
33 | ||
34 | <!-- Place everything within .navbar-collapse to hide it until above 768px --> | |
35 | <div class="nav-collapse collapse navbar-responsive-collapse"> | |
36 | ||
37 | <!-- TODO(danvk): fill in relevant links here --> | |
38 | <ul class="nav nav-pills"> | |
39 | <li class="dropdown"> | |
40 | <a class="dropdown-toggle" id="drop3" role="button" data-toggle="dropdown" href="#">Documentation<b class="caret"></b></a> | |
41 | <ul id="menu0" class="dropdown-menu" role="menu" aria-labelledby="drop3"> | |
42 | <li role="presentation"><a role="menuitem" tabindex="-1" href="tutorial.html">Tutorial</a></li> | |
43 | <li role="presentation"><a role="menuitem" tabindex="-1" href="options.html">Options Reference</a></li> | |
44 | <li role="presentation"><a role="menuitem" tabindex="-1" href="jsdoc/symbols/Dygraph.html">API Reference</a></li> | |
45 | <li role="presentation"><a role="menuitem" tabindex="-1" href="data.html">Data Format</a></li> | |
46 | <li role="presentation"><a role="menuitem" tabindex="-1" href="annotations.html">Annotations</a></li> | |
47 | <li role="presentation"><a role="menuitem" tabindex="-1" href="css.html">CSS Reference</a></li> | |
b66a63b1 | 48 | <li role="presentation"><a role="menuitem" tabindex="-1" href="versions.html">Version History</a></li> |
14403441 DV |
49 | <li role="presentation" class="divider"></li> |
50 | <li role="presentation"><a role="menuitem" tabindex="-1" href="ie.html">Notes on Internet Explorer</a></li> | |
51 | <li role="presentation"><a role="menuitem" tabindex="-1" href="gwt.html">Notes on GWT</a></li> | |
52 | </ul> | |
53 | </li> | |
54 | <li class="dropdown"> | |
55 | <a class="dropdown-toggle" id="drop4" role="button" data-toggle="dropdown" href="#">Examples<b class="caret"></b></a> | |
56 | <ul id="menu1" class="dropdown-menu" role="menu" aria-labelledby="drop4"> | |
57 | <li role="presentation"><a role="menuitem" tabindex="-1" href="gallery/">Demo Gallery</a></li> | |
58 | <li role="presentation"><a role="menuitem" tabindex="-1" href="users.html">List of Users</a></li> | |
59 | <li role="presentation" class="divider"></li> | |
60 | <li role="presentation"><a role="menuitem" tabindex="-1" href="tests/">Test Cases</a></li> | |
61 | </ul> | |
62 | </li> | |
63 | <li><a class="xnavbar-link" href="/fiddle">Play</a></li> | |
64 | <li><a class="xnavbar-link" href="download.html">Download</a></li> | |
65 | <li class="dropdown"> | |
66 | <a class="dropdown-toggle" id="drop7" role="button" data-toggle="dropdown" href="#">Community <b class="caret"></b></a> | |
67 | <ul id="menu4" class="dropdown-menu" role="menu" aria-labelledby="drop7"> | |
68 | <li role="presentation"><a role="menuitem" tabindex="-1" href="http://blog.dygraphs.com">Blog</a></li> | |
4cc49c6b DV |
69 | <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/ask?tags=dygraphs+javascript">Ask a Question</a></li> |
70 | <li role="presentation"><a role="menuitem" tabindex="-1" href="http://stackoverflow.com/questions/tagged/dygraphs">Stack Overflow</a></li> | |
14403441 DV |
71 | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://groups.google.com/forum/#!forum/dygraphs-users">Mailing List</a></li> |
72 | </ul> | |
73 | </li> | |
74 | <li class="dropdown"> | |
75 | <a class="dropdown-toggle" id="drop6" role="button" data-toggle="dropdown" href="#">Contribute <b class="caret"></b></a> | |
76 | <ul id="menu3" class="dropdown-menu" role="menu" aria-labelledby="drop6"> | |
77 | <li role="presentation"><a role="menuitem" tabindex="-1" href="changes.html">Contributors Guide</a></li> | |
78 | <li role="presentation"><a role="menuitem" tabindex="-1" href="http://github.com/danvk/dygraphs">Source (Github)</a></li> | |
12f40c9c DV |
79 | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/danvk/dygraphs/issues">Issue Tracker</a></li> |
80 | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/danvk/dygraphs/issues/new">Report a Bug</a></li> | |
14403441 DV |
81 | </ul> |
82 | </li> | |
83 | </ul> <!-- /tabs --> | |
84 | </div> <!-- /nav-collapse --> | |
85 | </div> <!-- /container --> | |
86 | </div> <!-- /navbar --> | |
87 | ||
88 | <div class="container" id="main"> | |
89 | <div class="row"> | |
90 | <div class="col-lg-12"> |