Remove chart fixed time range (#58)

This commit is contained in:
John Wu
2021-06-17 09:11:45 -07:00
committed by GitHub
parent 4f5f4b21f9
commit 5b37f39e74
2 changed files with 4 additions and 4 deletions

View File

@@ -21,14 +21,14 @@ const Dashboard = () => {
<Grid item md={6}>
<ResponsiveIFrame
classes={classes}
src="https://grafana.fiskerdps.com/d-solo/jRKKo2gnz/battery?orgId=2&refresh=5s&from=1623892020715&to=1623892320715&panelId=2"
src="https://grafana.fiskerdps.com/d-solo/jRKKo2gnz/battery?orgId=2&refresh=30s&panelId=2"
title="Battery Time Series"
/>
</Grid>
<Grid item md={6}>
<ResponsiveIFrame
classes={classes}
src="https://grafana.fiskerdps.com/d-solo/1VTVJ_qGk/dashboard?orgId=2&refresh=30s&from=1623869272751&to=1623880072751&panelId=12"
src="https://grafana.fiskerdps.com/d-solo/1VTVJ_qGk/dashboard?orgId=2&refresh=30s&panelId=12"
title="Signals Time Series"
/>
</Grid>