Bug fix for dygraph point selection touch event.
[dygraphs.git] / tests / synchronize.html
index a98224d..b3fe628 100644 (file)
@@ -1,13 +1,10 @@
 <!DOCTYPE html>
 <html>
   <head>
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>synchronize</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="../extras/synchronizer.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
+    <script type="text/javascript" src="../src/extras/synchronizer.js"></script>
 
     <script type="text/javascript" src="data.js"></script>
     <style>
@@ -23,7 +20,7 @@
     <p>Zooming and panning on any of the charts will zoom and pan all the
     others. Selecting points on one will select points on the others.</p>
 
-    <p>To use this, source <a href="https://github.com/danvk/dygraphs/blob/master/extras/synchronizer.js"><code>extras/synchronizer.js</code></a> on your page.
+    <p>To use this, source <a href="https://github.com/danvk/dygraphs/blob/master/src/extras/synchronizer.js"><code>extras/synchronizer.js</code></a> on your page.
     See the comments in that file for usage.</p>
 
     <div class="chart-container">