Update Dashboard Charts (#47)

* Update dashboard charts

* Remove chart time lock

* Update snapshot test
This commit is contained in:
John Wu
2021-06-02 11:26:38 -07:00
committed by GitHub
parent a8fff2f85c
commit d8f14aaeba
5 changed files with 607 additions and 256 deletions

View File

@@ -15,8 +15,17 @@ const Dashboard = () => {
return (
<div className={classes.paper}>
<iframe
className={classes.iframe}
title="Vehicle Connected"
src="https://grafana.fiskerdps.com/d-solo/1VTVJ_qGk/dashboard?orgId=2&refresh=5s&panelId=6"
width="900"
height="400"
frameBorder="0"
></iframe>
<iframe
className={classes.iframe}
title="Vehicle Signals"
src="https://grafana.fiskerdps.com/d-solo/YZaAlIeGz/vehicle-signals?orgId=1&refresh=30s&from=1622594368093&to=1622597968093&panelId=2"
src="https://grafana.fiskerdps.com/d-solo/1VTVJ_qGk/dashboard?orgId=2&refresh=5s&panelId=2"
width="900"
height="400"
frameBorder="0"