Add horizontal grid

This commit is contained in:
Julia Friesel
2018-06-26 21:41:04 +02:00
parent 23bcc71943
commit e973c8a3e4
2 changed files with 24 additions and 1 deletions
+4
View File
@@ -57,6 +57,10 @@ const styles = {
color: 'grey',
fontSize: 12,
fontWeight: 'bold'
},
horizontalGrid: {
stroke: 'lightgrey',
strokeWidth: 1
}
}