Merge pull request #678 from danvk/dygraphs-css
[dygraphs.git] / tests / underlay-callback.html
index 762ed49..f552b11 100644 (file)
@@ -1,17 +1,19 @@
+<!DOCTYPE html>
 <html>
   <head>
+    <link rel="stylesheet" href="../css/dygraph.css">
     <title>Custom underlay callback</title>
-    <!--[if IE]>
-    <script type="text/javascript" src="../excanvas.js"></script>
-    <![endif]-->
-    <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>
+    <!--
+    For production (minified) code, use:
+    <script type="text/javascript" src="dygraph-combined.js"></script>
+    -->
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
+
     <script type="text/javascript" src="data.js"></script>
   </head>
   <body>
-    <p>Should draw a two-colored background, split horizontally at 2.25:</p>
+    <p>Should draw a three-colored background, split horizontally at y:2.25, and
+    again on the top at x:19Nov:</p>
     <div id="div_g" style="width:600px; height:300px;"></div>
 
     <div id="status" style="width:100%; height:200px;"></div>