Larger polar graph

This commit is contained in:
Henri Bergius 2017-12-01 18:27:16 +01:00
parent c444ec41f9
commit 4ec89aba29
2 changed files with 6 additions and 6 deletions

View file

@ -76,8 +76,8 @@
padding-right: 3vw;
}
#bar-history cbase-polar {
width: 30vmin;
height: 30vmin;
width: 40vmin;
height: 40vmin;
display: block;
margin-left: auto;
margin-right: auto;
@ -101,7 +101,7 @@
</section>
<section id="bar-history">
<h2>bar (last 7d)</h2>
<cbase-polar timeseries="bar.open" days="7" size="30" percentage></cbase-polar>
<cbase-polar timeseries="bar.open" days="7" size="40" percentage></cbase-polar>
</section>
</main>
<h1 id="screen-title">c-base space station</h1>

View file

@ -43,8 +43,8 @@
margin-bottom: 1vh;
}
cbase-polar {
width: 30vmin;
height: 30vmin;
width: 40vmin;
height: 40vmin;
display: block;
margin-left: auto;
margin-right: auto;
@ -109,7 +109,7 @@
</section>
<section id="lab-history">
<h2>c-lab (last 9d)</h2>
<cbase-polar timeseries="clima.light.c_lab" days="9" size="30" percentage></cbase-polar>
<cbase-polar timeseries="clima.light.c_lab" days="9" size="40" percentage></cbase-polar>
</section>
</main>
<h1 id="screen-title">weltenbaulab</h1>