Add first version of y axis

This commit is contained in:
Julia Friesel
2018-06-26 01:37:00 +02:00
parent c01760aa3e
commit d1759b0cff
3 changed files with 52 additions and 20 deletions
+6 -1
View File
@@ -38,7 +38,7 @@ const styles = {
x: 0,
y: 0,
width: config.columnWidth,
height: config.chartLength
height: config.chartHeight
}
},
bleedingIcon: {
@@ -46,6 +46,11 @@ const styles = {
scale: 0.6,
x: 7,
y: 3
},
yAxis: {
height: config.chartHeight,
width: config.columnWidth,
stroke: 'grey'
}
}