merging addition of range selector secondary gradient color (formerly PR 314) with...
[dygraphs.git] / tests / custom-bars.html
index 6fa8762..608ef15 100644 (file)
@@ -1,11 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
     <title>custom bars</title>
-    <!--[if IE]>
-    <script type="text/javascript" src="../excanvas.js"></script>
-    <![endif]-->
     <!--
     For production (minified) code, use:
     <script type="text/javascript" src="dygraph-combined.js"></script>
@@ -32,7 +28,8 @@
                     [9, [10,  50, 100]]
                   ], {
                     customBars: true,
-                    errorBars: true
+                    errorBars: true,
+                    labels: ['X', 'Y']
                   }
                  );
     </script>