|
var points=this.line.datas; //[[1,10.5],[1.5,11.8],[2,15],[2.5,14.2],[2.8,12.2],[3,13.2],[5,11.2]];
|
|
var points=this.line.datas; //[[1,10.5],[1.5,11.8],[2,15],[2.5,14.2],[2.8,12.2],[3,13.2],[5,11.2]];
|
|
g.moveTo(this.getX(points[0][0]),this.getY(points[0][1]));
|
|
g.moveTo(this.getX(points[0][0]),this.getY(points[0][1]));
|