Update Dashboard Charts (#47)
* Update dashboard charts * Remove chart time lock * Update snapshot test
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user