@@ -75,7 +75,6 @@ export class CanvasDirective implements OnInit, OnChanges {
|
|||||||
|
|
||||||
private render() {
|
private render() {
|
||||||
this.drawPoints(this.getExpandedPoints);
|
this.drawPoints(this.getExpandedPoints);
|
||||||
this.drawLine(this.getExpandedPoints);
|
|
||||||
if (this.param.showGrid) {
|
if (this.param.showGrid) {
|
||||||
this.renderGrid(this.getExpandedPoints);
|
this.renderGrid(this.getExpandedPoints);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user