Migrate most of core dygraphs to ES6 modules.
[dygraphs.git] / tests / demo.html
index c4a1623..a057bad 100644 (file)
@@ -2,7 +2,10 @@
 <html>
   <head>
     <title>demo</title>
+    <!--
     <script type="text/javascript" src="../dygraph-dev.js"></script>
+    -->
+    <script type="text/javascript" src="../bundle.js"></script>
   </head>
   <body>
     <h2>Demo</h2>
@@ -43,7 +46,8 @@
                 title: 'Interesting Shapes',
                 xlabel: 'Date',
                 ylabel: 'Count',
-                axisLineColor: 'white'
+                axisLineColor: 'white',
+                showRangeSelector: true
                 // drawXGrid: false
               }
           );