Add unit test to detect the "unwanted draw point"
[dygraphs.git] / tests / color-visibility.html
index c72c1d6..c0e6941 100644 (file)
@@ -1,12 +1,13 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>color visibility</title>
-    <!--[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="../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>
+
   </head>
   <body>
     <p>The lines should maintain their colors as their visibility is toggled.</p>