Adapt style for exclude line

This commit is contained in:
Julia Friesel
2018-08-14 13:31:25 +02:00
parent 8df3e74127
commit 439e1d4a23
+7 -6
View File
@@ -7,9 +7,9 @@ const styles = {
borderWidth: 2,
},
curveExcluded: {
stroke: 'lightgrey',
strokeWidth: 2,
strokeDashArray: [4]
borderColor: 'lightgrey',
borderWidth: 2,
borderStyle: 'solid'
},
curveDots: {
backgroundColor: '#00aedb',
@@ -28,13 +28,14 @@ const styles = {
date: {
stroke: 'grey',
fontSize: 10,
x: 2,
fontWeight: '100'
fontWeight: '100',
color: 'red'
},
number: {
stroke: '#00b159',
fontSize: 13,
x: config.columnMiddle - 1
marginLeft: 1,
marginTop: 10
}
},
rect: {