Use the correct access when computing bounded y-values for constrained panning.
[dygraphs.git] / tests / underlay-callback.html
index 7eaa2e1..b806be8 100644 (file)
@@ -6,14 +6,17 @@
     <!--[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="../dygraph-dev.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>