2
0

fix(graphsComponent): polishment

This commit is contained in:
2018-05-23 16:51:42 +02:00
parent 161bf7d02c
commit d7672535d0
4 changed files with 27 additions and 21 deletions

View File

@@ -8,15 +8,15 @@ export const environment = {
colors: {
start: '#cc0045',
end: '#0067cc'
},
scale: 0.3
}
},
formDefaults: {
width: 10,
height: -20,
height: 10,
directionStart: 180,
directionEnd: 270,
nodes: 1
nodes: 1,
scale: 0.3
}
};