fix a few IE issues
authorDan Vanderkam <danvdk@gmail.com>
Tue, 6 Aug 2013 01:11:26 +0000 (21:11 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Tue, 6 Aug 2013 01:11:26 +0000 (21:11 -0400)
docs/header.html
docs/index.html

index db6c167..d4cedde 100644 (file)
@@ -9,6 +9,7 @@
     <link rel="stylesheet" href="site.css">
 
     <script src="bootstrap.min.js"></script>
+    <!--[if IE]><script src="excanvas.js"></script><![endif]-->
     <script type="text/javascript" src="dygraph-combined.js"></script> 
   </head>
   <body>
index b6b5aa1..21b22f4 100644 (file)
@@ -38,7 +38,7 @@ pre.prettyprint {
         customBars: true,
         title: 'NYC vs. SF',
         ylabel: 'Temperature (F)',
-        legend: 'always',
+        legend: 'always'
       }
     );
   </script>