Add chart line when space opened

This commit is contained in:
Tanner Collin 2020-06-19 04:55:17 +00:00
parent 16a989fdd8
commit 3141891a27

View File

@ -62,6 +62,7 @@ export function Charts(props) {
<Legend />
<ReferenceLine x='2020-03-25' stroke='red' label='Space Locked' strokeDasharray='3 3' />
<ReferenceLine x='2020-06-01' stroke='red' label='Space Opened' strokeDasharray='3 3' />
<Line
type='monotone'