4 <title>Label styles
</title>
6 For production (minified) code, use:
7 <script type=
"text/javascript" src=
"dygraph-combined.js"></script>
9 <script type=
"text/javascript" src=
"../dygraph-dev.js"></script>
11 <script type=
"text/javascript" src=
"data.js"></script>
14 <p>Labels are styled with css3:
</p>
15 <div id=
"div_g14" style=
"width:600px; height:300px;"></div>
17 <script type=
"text/javascript">
19 document.getElementById(
"div_g14"),
25 'backgroundColor': 'rgba(
200,
200,
255,
0.75)',
27 'border': '
1px solid black',
28 'borderRadius': '
10px',
29 'boxShadow': '
4px
4px
4px #
888'
31 labelsSeparateLines: true,