Attempt to recreate with CSS

This commit is contained in:
Julia Friesel
2018-08-09 21:23:14 +02:00
parent f5b3716191
commit 5371e5c85c
25 changed files with 280 additions and 172 deletions
+13 -10
View File
@@ -11,8 +11,10 @@ const styles = {
strokeDashArray: [4]
},
curveDots: {
fill: '#00aedb',
r: 6
backgroundColor: '#00aedb',
width: 15,
height: 15,
borderRadius: 50
},
curveDotsExcluded: {
fill: 'lightgrey',
@@ -33,13 +35,12 @@ const styles = {
}
},
rect: {
fill: '#f9f9f9',
strokeWidth: 1,
stroke: 'grey',
x: 0,
y: 0,
width: config.columnWidth,
height: config.chartHeight
height: config.chartHeight,
borderStyle: 'solid',
borderColor: 'grey',
borderWidth: 1,
backgroundColor: 'transparent'
}
},
bleedingIcon: {
@@ -72,8 +73,10 @@ const styles = {
fontWeight: 'bold'
},
horizontalGrid: {
stroke: 'lightgrey',
strokeWidth: 1
borderColor: 'lightgrey',
borderWidth: 1,
width: config.columnWidth,
borderStyle: 'solid'
},
nfpLine: {
stroke: '#00b159',