Grey out excluded temperatures
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user