Ultima versione della mia barra meteo
i dati sono del 24 maggio che c'era pioggia
a destra c'è la linea della temperatura e la pioggia
il codice
Codice:
<lineplot width="352" height="90" shadow="0" position-x="0" position-y="170" margin-top="5" margin-right="10" margin-bottom="0" margin-left="20">
<xaxis color="88FFFFFF" grid="0" autoscale="0" min="0" max="0">
<title text="" alignement="vcenter|hcenter" angle="0">
<font color="66FFFFFF" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" side="left" hide="1">
<font color="66FFFFFF" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="66FFFFFF" grid="1" autoscale="1" min="0" max="0" titleside="top" titlemargin="25">
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="66FFFFFF" facename="Arial" size="12" weight="400" italic="1" />
</labels>
</y1axis>
<y2axis side="right" color="00FFFFFF" grid="0" autoscale="1" min="0" max="0" titleside="top" titlemargin="20">
<labels labelinterval="1" angle="0" format=".1" side="left" hide="0" >
<font color="00FFFFFF" facename="Arial" size="10" weight="400" italic="1" />
</labels>
</y2axis>
<data>
<wind_chill axisbind="y1axis" color1="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2" pattern="CCCCCCCC"/>
<heat_index axisbind="y1axis" color1="FFFAFF22" antialiasing="1" filled="0" hide="0" thick="1.2" pattern="CCCCCCCC"/>
<outdoor_temperature axisbind="y1axis" legend="Temperatura oggi" color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
<relative_rainfall axisbind="y2axis" color1="FF0000FF" color2="330000FF" antialiasing="1" filled="1" />
<relative_rainfall axisbind="y2axis" color1="FF0000FF" antialiasing="1" filled="0" hidelegend="1" thick="1.2" />
</data>
<legend orientation="0" width="100" margin="5" position-x="530" position-y="175" hide="0" shadow="0">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
<border cornerradius="0" color="00555555" thick="0" />
</legend>
</lineplot>
Segnalibri