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>
18 <p>Labels are styled with css3:
</p>
19 <div id=
"div_g14" style=
"width:600px; height:300px;"></div>
21 <script type=
"text/javascript">
23 document.getElementById(
"div_g14"),
29 'backgroundColor': 'rgba(
200,
200,
255,
0.75)',
31 'border': '
1px solid black',
32 'borderRadius': '
10px',
33 'boxShadow': '
4px
4px
4px #
888'
35 labelsSeparateLines: true,