extends y-axis with placeholders for symptom symbols and date labels

This commit is contained in:
tina
2018-09-23 14:59:40 +02:00
parent 3bb42db6e9
commit 2977a552dc
3 changed files with 52 additions and 12 deletions
+3 -3
View File
@@ -69,15 +69,15 @@ const styles = {
],
yAxis: {
width: 27,
borderRightWidth: 0.5,
borderRightWidth: 1,
borderColor: 'lightgrey',
borderStyle: 'solid'
},
yAxisLabel: {
position: 'absolute',
left: 3,
right: 2,
color: 'grey',
fontSize: 11,
fontSize: 9,
textAlign: 'left'
},
horizontalGrid: {