Grey out excluded temperatures

This commit is contained in:
Julia Friesel
2018-06-25 17:20:13 +02:00
parent a205f432ed
commit c01760aa3e
2 changed files with 30 additions and 14 deletions
+9
View File
@@ -5,10 +5,19 @@ const styles = {
stroke: '#ffc425',
strokeWidth: 2
},
curveExcluded: {
stroke: 'lightgrey',
strokeWidth: 2,
strokeDashArray: [4]
},
curveDots: {
fill: '#00aedb',
r: 6
},
curveDotsExcluded: {
fill: 'lightgrey',
r: 6
},
column: {
label: {
date: {