Adapt style for exclude line
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user