2
0

feat(appComponent): added more adjustable parameters

This commit is contained in:
2018-05-21 02:13:56 +02:00
parent 8bb9029779
commit 06764e3e7f
4 changed files with 45 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
import { Component } from '@angular/core';
import { Component, OnInit } from '@angular/core';
import { Param } from './models/param.model';
import { Config } from './models/config.model';
@@ -24,10 +24,10 @@ export class AppComponent {
y: 0.4
},
stroke: {
width: 0.2
width: 2
},
spread: 80,
showGrid: true
spread: 20,
showGrid: false
};
}