4 <meta http-equiv=
"X-UA-Compatible" content=
"IE=EmulateIE7; IE=EmulateIE9">
5 <title>Label styles
</title>
7 <script type=
"text/javascript" src=
"../excanvas.js"></script>
10 For production (minified) code, use:
11 <script type=
"text/javascript" src=
"dygraph-combined.js"></script>
13 <script type=
"text/javascript" src=
"../dygraph-dev.js"></script>
15 <script type=
"text/javascript" src=
"data.js"></script>
16 <style type=
"text/css">
18 NOTE: dygraphs does set some properties on the built-in legend, e.g.
19 background-color and left. If you wish to override these, you can add
20 "!important" to your CSS styles, as below.
22 The full list of styles for which this is necessary are listed in
23 plugins/legend.js. They are:
35 #div_g14 .dygraph-legend {
37 background-color: transparent !important;
38 left:
40px !important;
43 <p>Labels are transparent and repositioned:
</p>
44 <div id=
"div_g14" style=
"width:600px; height:300px;"></div>
46 <script type=
"text/javascript">
48 document.getElementById(
"div_g14"),
52 labelsSeparateLines: true,