Bug fix for dygraph point selection touch event.
[dygraphs.git] / tests / hairlines.html
index 2cead66..f61f639 100644 (file)
@@ -1,8 +1,9 @@
 <!DOCTYPE html>
 <html>
   <head>
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Hairlines demo</title>
-    <script type="text/javascript" src="../dygraph-dev.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
 
     <!-- Include the Javascript for the plug-in -->
     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
@@ -10,8 +11,8 @@
 
     <link rel='stylesheet' href='http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css' />
 
-    <script type="text/javascript" src="../extras/hairlines.js"></script>
-    <script type="text/javascript" src="../extras/super-annotations.js"></script>
+    <script type="text/javascript" src="../src/extras/hairlines.js"></script>
+    <script type="text/javascript" src="../src/extras/super-annotations.js"></script>
 
     <style>
       #demodiv {