Rewrite tests to use ES6 modules.
[dygraphs.git] / tests / customLabelCss3.html
index c90af5f..a9d4e4e 100644 (file)
@@ -1,11 +1,7 @@
 <!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]-->
     <!--
     For production (minified) code, use:
     <script type="text/javascript" src="dygraph-combined.js"></script>
               labelsDivWidth: 100,
               labelsDivStyles: {
                 'backgroundColor': 'rgba(200, 200, 255, 0.75)',
-                               'padding': '4px',
-               'border': '1px solid black',
-                               'borderRadius': '10px',
-                               'boxShadow': '4px 4px 4px #888'
-                         },
+                'padding': '4px',
+                'border': '1px solid black',
+                'borderRadius': '10px',
+                'boxShadow': '4px 4px 4px #888'
+              },
               labelsSeparateLines: true,
               yAxisLabelWidth: 20
             }