Merge branch 'master' of github.com:danvk/dygraphs
[dygraphs.git] / tests / native-format.html
index 16bd9f1..f498c83 100644 (file)
@@ -1,10 +1,13 @@
+<!DOCTYPE html>
 <html>
   <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
     <title>Native Format</title>
     <!--[if IE]>
-    <script type="text/javascript" src="excanvas.js"></script>
+    <script type="text/javascript" src="../excanvas.js"></script>
     <![endif]-->
-    <script type="text/javascript" src="../dygraph-combined.js"></script>
+    <script type="text/javascript" src="../strftime/strftime-min.js"></script>
+    <script type="text/javascript" src="../rgbcolor/rgbcolor.js"></script>
     <script type="text/javascript" src="../dygraph-canvas.js"></script>
     <script type="text/javascript" src="../dygraph.js"></script>
   </head>
     <div id="graphdiv2"></div>
     <script type="text/javascript">
       g2 = new Dygraph(document.getElementById("graphdiv2"),
-                       [ 
+                       [
                          [1,10,100],
                          [2,20,80],
                          [3,50,60],
-                         [4,70,80],
+                         [4,70,80]
                        ],
                        {
                          labels: [ "x", "A", "B" ]