4 <meta http-equiv=
"X-UA-Compatible" content=
"IE=EmulateIE7; IE=EmulateIE9">
5 <title>Per-Series Properties
</title>
7 <script type=
"text/javascript" src=
"../excanvas.js"></script>
9 <script type=
"text/javascript" src=
"../strftime/strftime-min.js"></script>
10 <script type=
"text/javascript" src=
"../rgbcolor/rgbcolor.js"></script>
11 <script type=
"text/javascript" src=
"../dygraph-canvas.js"></script>
12 <script type=
"text/javascript" src=
"../dygraph.js"></script>
15 <h2>Chart with per-series properties
</h2>
16 <div id=
"demodiv"></div>
18 <script type=
"text/javascript">
20 document.getElementById(
"demodiv"),
22 var zp = function(x) { if (x <
10) return
"0"+x; else return x; };
23 var r =
"date,parabola,line,another line,sine wave\n";
24 for (var i=
1; i<=
31; i++) {
25 r +=
"200610" + zp(i);
26 r +=
"," +
10*(i*(
31-i));
28 r +=
"," +
10*(
250 -
8*i);
29 r +=
"," +
10*(
125 +
125 * Math.sin(
0.3*i));
40 highlightCircleSize:
6
49 highlightCircleSize:
10