Larger polar graph
This commit is contained in:
parent
c444ec41f9
commit
4ec89aba29
2 changed files with 6 additions and 6 deletions
|
@ -76,8 +76,8 @@
|
||||||
padding-right: 3vw;
|
padding-right: 3vw;
|
||||||
}
|
}
|
||||||
#bar-history cbase-polar {
|
#bar-history cbase-polar {
|
||||||
width: 30vmin;
|
width: 40vmin;
|
||||||
height: 30vmin;
|
height: 40vmin;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
</section>
|
</section>
|
||||||
<section id="bar-history">
|
<section id="bar-history">
|
||||||
<h2>bar (last 7d)</h2>
|
<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>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<h1 id="screen-title">c-base space station</h1>
|
<h1 id="screen-title">c-base space station</h1>
|
||||||
|
|
|
@ -43,8 +43,8 @@
|
||||||
margin-bottom: 1vh;
|
margin-bottom: 1vh;
|
||||||
}
|
}
|
||||||
cbase-polar {
|
cbase-polar {
|
||||||
width: 30vmin;
|
width: 40vmin;
|
||||||
height: 30vmin;
|
height: 40vmin;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
</section>
|
</section>
|
||||||
<section id="lab-history">
|
<section id="lab-history">
|
||||||
<h2>c-lab (last 9d)</h2>
|
<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>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<h1 id="screen-title">weltenbaulab</h1>
|
<h1 id="screen-title">weltenbaulab</h1>
|
||||||
|
|
Loading…
Reference in a new issue