Scatter plot
Scatter plot is rendered using Chart.js.
An example for multi-series
Following are for three different series of data.
B_XLABEL x-y
B_YLABEL x+y
B_SLABEL A,B,C
B_PCOLOR #22a,#2a2,#a22
B_PRADII 0,4,8
B_LVISIB true,false,false
B_LCOLOR #22a,#dfd,#fdd
0,0
1,0
1,1
0,1
3,0
3,2
5,2
5,0
4,1
7,0
8,4
9,7
10,9
11,9.5
12,9
13,7
14,4
15,0
Following are for three different series of data.
<div style="width: 80%; height: 200px; margin: 0 auto">
<data id="data-1" style="display: none;">
B_XLABEL x-y
B_YLABEL x+y
B_SLABEL A,B,C
B_PCOLOR #22a,#2a2,#a22
B_PRADII 0,4,8
B_LVISIB true,false,false
B_LCOLOR #22a,#dfd,#fdd
0,0
1,0
1,1
0,1
3,0
3,2
5,2
5,0
4,1
7,0
8,4
9,7
10,9
11,9.5
12,9
13,7
14,4
15,0
</data>
<canvas id="scatter-1">
</div>