update changes.html to reflect auto_tests
[dygraphs.git] / tests / customLabel.html
index dcbaf2e..d206f60 100644 (file)
@@ -1,13 +1,17 @@
+<!DOCTYPE html>
 <html>
   <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
     <title>Label styles</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>
+    <!--
+    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="data.js"></script>
   </head>
   <body>
@@ -22,8 +26,7 @@
               errorBars: true,
               labelsDivWidth: 100,
               labelsDivStyles: {
-                'background-color': 'transparent',
-                'top': '210px'
+                'backgroundColor': 'transparent',
               },
               labelsSeparateLines: true,
               yAxisLabelWidth: 20