Graph : tab-rainfall-bargraph.xml [Résolu]

Une question, un bug ?
Répondre
Avatar de l’utilisateur
domidom81
Membre
Messages : 477
Inscription : mer. févr. 18, 2009 1:34 pm
Localisation : Lagarrigue 81 (Tarn France)
Contact :

Graph : tab-rainfall-bargraph.xml [Résolu]

Message par domidom81 »

Bonjour,
Je viens de m'apercevoir que l'année 2014 (GW v 2.0.321, WMR200) n'était prise en compte sur le graph !
Je fais la manip chaque début d' année, mais la je ne voie pas ce que j'ai loupé !?

Image

<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="900" height="300" />
<frame width="900" height="300" position-x="0" position-y="0" shadow="0">
<title text="" alignement="left|top" angle="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</title>
<background color1="FF6699CC" color2="FFFFFFFF" gradient="1" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>
<!-- ================= First Lineplot ================= -->
<bargraph width="900" height="300" shadow="0" position-x="10" position-y="10" margin-top="40" margin-right="70" margin-bottom="50" margin-left="65">
<xaxis color="FF000000" grid="1" autoscale="0" min="0" max="0">
<labels labelinterval="1" labels="Janv.;Fév.;Mars;Avril;Mai;Juin;Juil.;Août;Sep.;Oct.;Nov.;Déc." angle="0" side="left" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="7" minorticks="4" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" titleside="top" titlemargin="35">
<title text="Précipitations ( $Unit[Rainfall] )" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<data>
<stats_2010_totalrainfall axisbind="y1axis" legend="Précipitations 2010" color1="FF009900" color2="FF00FF66" antialiasing="1" filled="1" />

<stats_2011_totalrainfall axisbind="y1axis" legend="2011" color1="FFEC4B2F" color2="FFFAD2CB" antialiasing="1" filled="1" />
<stats_2012_totalrainfall axisbind="y1axis" legend="2012" color1="DD99FF00" color2="FF99FF00" antialiasing="1" filled="1" />
<stats_2013_totalrainfall axisbind="y1axis" legend="2013" color1="FF6699CC" color2="FF6699CC" antialiasing="1" filled="1" />
<stats_2014_totalrainfall axisbind="ylaxis" legend="2014" color1="FFAAAAFF" color2="FF0000FF" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="5" width="765" position-x="75" position-y="20" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
<border cornerradius="0" color="55555555" thick="1" />
<background color1="FF6699CC" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>
</legend>
<border cornerradius="0" color="55555555" thick="0" />
<background color1="00000000" stretch="1" />
<graphbackground color1="FFCCCCFF" color2="FFFFFFFF" gradient="1" gradient-direction="90" />
</bargraph>
</stylesheet>

Merci a+
Dernière modification par domidom81 le ven. févr. 28, 2014 2:34 pm, modifié 1 fois.
Station VP2-IP + WebCam sur IC Lagarrigue81 Weatherlink 6555 (V 6.0.2)
Site Station VantagePro2+WebCam Foscam FI9805W (GW V3.0.15) Win10x64 Pc HP
Image
Avatar de l’utilisateur
paaubert
Membre
Messages : 2624
Inscription : dim. janv. 17, 2010 7:16 pm
Localisation : 1555 Villarzel - Switzerland
Contact :

Re: Graph : tab-rainfall-bargraph.xml

Message par paaubert »

Salut
Pour l'année en cours, essaye

stats_year_totalrainfall

A+
_________________________________________________________________________________________________________
Station Vantage Pro2+ avec station agricole - Weatherlink 6.0.3 - GraphWeather 3.0.15b - Cumulus 1.9.4 - Windows W10 ultimate x64
http://www.boock.ch/meteo-villarzel.php
Image
Avatar de l’utilisateur
ardigier
Membre
Messages : 2260
Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :

Re: Graph : tab-rainfall-bargraph.xml

Message par ardigier »

Regarde la ligne pour 2014 pour l'axe, tu as yl au lieu de y1
WMR200 - XNet meteo 2011-10-14a- graphweather V 3.0.35- Win10 x64
webcam installée orientation NE
http://le-thor-meteo.com/index.php
Avatar de l’utilisateur
paaubert
Membre
Messages : 2624
Inscription : dim. janv. 17, 2010 7:16 pm
Localisation : 1555 Villarzel - Switzerland
Contact :

Re: Graph : tab-rainfall-bargraph.xml

Message par paaubert »

ardigier a écrit :Regarde la ligne pour 2014 pour l'axe, tu as yl au lieu de y1
Salut René,
tu as de meilleure lunette que moi :lol:

Bonne journée
_________________________________________________________________________________________________________
Station Vantage Pro2+ avec station agricole - Weatherlink 6.0.3 - GraphWeather 3.0.15b - Cumulus 1.9.4 - Windows W10 ultimate x64
http://www.boock.ch/meteo-villarzel.php
Image
Avatar de l’utilisateur
domidom81
Membre
Messages : 477
Inscription : mer. févr. 18, 2009 1:34 pm
Localisation : Lagarrigue 81 (Tarn France)
Contact :

Re: Graph : tab-rainfall-bargraph.xml [Résolu]

Message par domidom81 »

C'est bon !! Quesqu' il est venu foutre la cet L à la con !! :roll:
Tu peux partir bosser en suisse René pour réparer les montres, quel œil de lynx !!
Merci, résolu !!!
Station VP2-IP + WebCam sur IC Lagarrigue81 Weatherlink 6555 (V 6.0.2)
Site Station VantagePro2+WebCam Foscam FI9805W (GW V3.0.15) Win10x64 Pc HP
Image
Avatar de l’utilisateur
ardigier
Membre
Messages : 2260
Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :

Re: Graph : tab-rainfall-bargraph.xml [Résolu]

Message par ardigier »

domidom81 a écrit :C'est bon !! Quesqu' il est venu foutre la cet L à la con !! :roll:
tu es sur qu'il est venu tout seul? :mrgreen: :roll:
WMR200 - XNet meteo 2011-10-14a- graphweather V 3.0.35- Win10 x64
webcam installée orientation NE
http://le-thor-meteo.com/index.php
Répondre