Bump versions and add release notes
[dygraphs.git] / tests / underlay-callback.html
index 7eaa2e1..10122ed 100644 (file)
@@ -1,19 +1,15 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
+    <link rel="stylesheet" href="../dist/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>
+    <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>