revert change to demo.html from 1.1.1
[dygraphs.git] / tests / demo.html
index 5859a23..83dff45 100644 (file)
@@ -1,15 +1,10 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>demo</title>
-    <!--[if IE]>
-    <script type="text/javascript" src="../excanvas.js"></script>
-    <![endif]-->
-    <script type="text/javascript" src="../strftime/strftime-min.js"></script>
-    <script type="text/javascript" src="../rgbcolor/rgbcolor.js"></script>
-    <script type="text/javascript" src="../dygraph-canvas.js"></script>
-    <script type="text/javascript" src="../dygraph.js"></script>
+
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
   </head>
   <body>
     <h2>Demo</h2>
@@ -40,6 +35,7 @@
                 labelsDiv: document.getElementById('status'),
                 labelsSeparateLines: true,
                 labelsKMB: true,
+                legend: 'always',
                 colors: ["rgb(51,204,204)",
                          "rgb(255,100,100)",
                          "#00DD55",
@@ -48,7 +44,9 @@
                 height: 480,
                 title: 'Interesting Shapes',
                 xlabel: 'Date',
-                ylabel: 'Count'
+                ylabel: 'Count',
+                axisLineColor: 'white',
+                // drawXGrid: false
               }
           );
     </script>