[Feature Request] Provide option to set color and width for annotation line (#703)
[dygraphs.git] / tests / series-highlight.html
index f1f8d49..8dc8d0b 100644 (file)
@@ -1,12 +1,13 @@
 <!DOCTYPE html>
 <html>
   <head>
+    <link rel="stylesheet" href="../css/dygraph.css">
     <title>Series highlighting</title>
     <!--
     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="../dist/dygraph.js"></script>
 
     <style type='text/css'>
       .few .dygraph-legend > span.highlight { border: 1px solid grey; }