Merge branch 'master' of git://github.com/danvk/dygraphs
[dygraphs.git] / tests / demo.html
index eddc009..7ead514 100644 (file)
@@ -4,7 +4,8 @@
     <!--[if IE]>
     <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>
@@ -44,8 +45,8 @@
                          "#00DD55",
                          "rgba(50,50,200,0.4)"],
                 padding: {left: 40, right: 30, top: 15, bottom: 15},
-                width:480,
-                height:320,
+                width: 480,
+                height: 320
               }
           );
     </script>