error bars test
[dygraphs.git] / docs / annotations.html
index 805f8aa..b0281f6 100644 (file)
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html>
   <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
     <title>dygraphs annotations</title>
     <style type="text/css">
       code { white-space: pre; }
@@ -9,9 +11,7 @@
     <!--[if IE]>
       <script type="text/javascript" src="excanvas.js"></script>
     <![endif]-->
-    <script type="text/javascript" src="annotations/dygraph-combined.js"></script>
-    <script type="text/javascript" src="annotations/dygraph.js"></script>
-    <script type="text/javascript" src="annotations/dygraph-canvas.js"></script>
+    <script type="text/javascript" src="dygraph-combined.js"></script>
     <link rel="stylesheet" href="style.css">
   </head>
   <body>
@@ -23,7 +23,7 @@
     them.</p>
 
     <h3>Demo: Dow Jones Industrial Average</h3>
-    <div id="dow_chart" style="width:900px; height:250px;"></div>
+    <div id="dow_chart" style="width: 800px; height: 250px;"></div>
     <script type="text/javascript">
       // From http://www.econstats.com/eqty/eq_d_mi_3.csv
       stockchart = new Dygraph(
   <p>Again, check out the <a href="tests/annotation.html">annotations demo</a>
   for concrete examples of usage of all these handlers.</p>
 
+  <!-- Google Analytics -->
+<script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-769809-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script>
+
   </body>
 </html>