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, borderWidth: 2,
}, },
curveExcluded: { curveExcluded: {
stroke: 'lightgrey', borderColor: 'lightgrey',
strokeWidth: 2, borderWidth: 2,
strokeDashArray: [4] borderStyle: 'solid'
}, },
curveDots: { curveDots: {
backgroundColor: '#00aedb', backgroundColor: '#00aedb',
@@ -28,13 +28,14 @@ const styles = {
date: { date: {
stroke: 'grey', stroke: 'grey',
fontSize: 10, fontSize: 10,
x: 2, fontWeight: '100',
fontWeight: '100' color: 'red'
}, },
number: { number: {
stroke: '#00b159', stroke: '#00b159',
fontSize: 13, fontSize: 13,
x: config.columnMiddle - 1 marginLeft: 1,
marginTop: 10
} }
}, },
rect: { rect: {