Remove chart fixed time range (#58)
This commit is contained in:
@@ -1703,7 +1703,7 @@ exports[`App Route /dashboard authenticated 1`] = `
|
|||||||
>
|
>
|
||||||
<iframe
|
<iframe
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
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"
|
||||||
style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%;"
|
style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%;"
|
||||||
title="Battery Time Series"
|
title="Battery Time Series"
|
||||||
/>
|
/>
|
||||||
@@ -1717,7 +1717,7 @@ exports[`App Route /dashboard authenticated 1`] = `
|
|||||||
>
|
>
|
||||||
<iframe
|
<iframe
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
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"
|
||||||
style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%;"
|
style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%;"
|
||||||
title="Signals Time Series"
|
title="Signals Time Series"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -21,14 +21,14 @@ const Dashboard = () => {
|
|||||||
<Grid item md={6}>
|
<Grid item md={6}>
|
||||||
<ResponsiveIFrame
|
<ResponsiveIFrame
|
||||||
classes={classes}
|
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"
|
title="Battery Time Series"
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item md={6}>
|
<Grid item md={6}>
|
||||||
<ResponsiveIFrame
|
<ResponsiveIFrame
|
||||||
classes={classes}
|
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"
|
title="Signals Time Series"
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user