update Telemetry
This commit is contained in:
parent
ec82b83a16
commit
978fdb60cf
@ -8,7 +8,7 @@ export const GradientButtonView = styled.button`
|
||||
flex-direction: column;
|
||||
border-radius: 2px;
|
||||
|
||||
width: 25%;
|
||||
width: 30%;
|
||||
height: 110px;
|
||||
margin-bottom: 25px;
|
||||
|
||||
|
||||
@ -200,7 +200,7 @@ export default function region() {
|
||||
<input type="date" data-date="" data-date-format="DD MMMM YYYY" value="2015-08-09"/>
|
||||
<BasicButton title='Download (csv)' />
|
||||
</section>
|
||||
<LineBarChart data1={EvolucaoPld.data} data2={EvolucaoPld.data1} data3={[]} label={EvolucaoPld.label} title='evolução pld' subtitle='' />
|
||||
<LineBarChart data1={EvolucaoPld.data} data2={EvolucaoPld.data1} data3={[]} label={EvolucaoPld.label} title='Evolução PLD (R$/MWh)' subtitle='' />
|
||||
</PldGraphView>
|
||||
</RenderIf>
|
||||
|
||||
|
||||
@ -31,17 +31,18 @@ export const TelemetriaView = styled.main`
|
||||
.paragraph{
|
||||
color: #22d1f0;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
margin-top: 60px;
|
||||
}
|
||||
`;
|
||||
|
||||
export const Buttons = styled.div`
|
||||
display: flex;
|
||||
min-width: 10rem;
|
||||
min-width: 14rem;
|
||||
cursor: pointer;
|
||||
margin-top: 5rem;
|
||||
padding: 1px 60px;
|
||||
justify-content: space-around;
|
||||
padding-left: 100px;
|
||||
padding-right: 100px;
|
||||
justify-content: space-evenly;
|
||||
flex-direction: row;
|
||||
height: 6rem;
|
||||
`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user