Add chart lines for open and closed

This commit is contained in:
Tanner Collin 2021-03-20 22:52:49 +00:00
parent 6a541a8544
commit 5af88cf479

View File

@ -89,8 +89,11 @@ export function Charts(props) {
<Tooltip /> <Tooltip />
<Legend /> <Legend />
<ReferenceLine x='2020-03-25' stroke='red' label='Space Locked' strokeDasharray='3 3' /> <ReferenceLine x='2020-03-25' stroke='red' label='Locked' strokeDasharray='3 3' />
<ReferenceLine x='2020-06-01' stroke='red' label='Space Opened' strokeDasharray='3 3' /> <ReferenceLine x='2020-06-01' stroke='red' label='Opened' strokeDasharray='3 3' />
<ReferenceLine x='2020-11-27' stroke='red' label='Locked' strokeDasharray='3 3' />
<ReferenceLine x='2021-03-20' stroke='red' label='Opened' strokeDasharray='3 3' />
<Line <Line
type='monotone' type='monotone'