no tests include combined anymore
authorDan Vanderkam <danvk@google.com>
Fri, 30 Jul 2010 18:49:14 +0000 (11:49 -0700)
committerDan Vanderkam <danvk@google.com>
Fri, 30 Jul 2010 18:49:14 +0000 (11:49 -0700)
tests/connect-separated.html
tests/dynamic-update.html
tests/gviz-selection.html
tests/reverse-y-axis.html

index 5993375..8f304fc 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>
@@ -12,7 +13,7 @@
     <p>Connecting separated points.  All three of the series should have their points
       connected with lines, and hovering over them should produce dot and legend
       overlays in the proper color.</p>
-      
+
     <div id="graphdiv" style="width:600px; height:300px;"></div>
     <script type="text/javascript">
       new Dygraph(document.getElementById("graphdiv"),
index 2b26367..8ef2981 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>
index 0fcc326..34e1a3d 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>
     <script type="text/javascript" src="http://www.google.com/jsapi"></script>
index 7206b90..2399f92 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>