Longer timespan for bar graph
This commit is contained in:
parent
187ca5b95c
commit
d7901685ed
1 changed files with 3 additions and 3 deletions
|
@ -99,11 +99,11 @@
|
||||||
<cbase-heatmap timeseries="motion.mainhall" accumulate days="5" width="69" height="40"></cbase-heatmap>
|
<cbase-heatmap timeseries="motion.mainhall" accumulate days="5" width="69" height="40"></cbase-heatmap>
|
||||||
</section>
|
</section>
|
||||||
<section id="bar-history">
|
<section id="bar-history">
|
||||||
<h2>bar (last 24h)</h2>
|
<h2>bar (last 7d)</h2>
|
||||||
<cbase-polar timeseries="bar.open" days="1" size="30" percentage></cbase-polar>
|
<cbase-polar timeseries="bar.open" days="7" size="30" percentage></cbase-polar>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<h1 id="screen-title">c-base mainhall</h1>
|
<h1 id="screen-title">c-base space station</h1>
|
||||||
<cbase-time id="current-time" interval="1" format="HH:MM"></cbase-time>
|
<cbase-time id="current-time" interval="1" format="HH:MM"></cbase-time>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue