LABELS LABELS="x;y;z" non pris en compte pour graduer axe X

Une question, un bug ?
Répondre
Pierre83
Membre
Messages : 41
Inscription : mar. avr. 20, 2010 2:32 pm

LABELS LABELS="x;y;z" non pris en compte pour graduer axe X

Message par Pierre83 »

Les paramètres passés par la balise LABELS LABELS="x;y;z" ne sont pas pris en compte pour graduer l'axe des X :

Stylesheet :

<bargraph width="500" height="170" shadow="0" position-x="10" position-y="136" margin-top="10" margin-right="15" margin-bottom="20" margin-left="30" >
<xaxis color="FF000000" grid="1" autoscale="0" min="0" max="0">
<title text="" alignement="left" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="0" />
</title>
<labels labels="1;;;;5;;;;;10;;;;;15;;;;;20;;;;;25;;;;;30" labelinterval="1" angle="0" format="%d" side="left" hide="0" hidelast="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="0" />
</labels>
<ticks autoticks="0" majorticks="32" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" titleside="left" titlemargin="35">
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="0" />
</labels>
<ticks majorticks="0" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<data>
<stats_month_max_outdoor_temperature axisbind="y1axis" legend="" color1="FFFF0000" antialiasing="1" hidelegend="1" thick="1"/>
<stats_month_min_outdoor_temperature axisbind="y1axis" legend="" color1="FF0000FF" antialiasing="1" hidelegend="1" thick="1"/>
</data>
<background color="FFCCCCCC" stretch="0" />
<graphbackground color="FFCCCCCC" texture="" />
<border cornerradius="0" color="FF000000" thick="1" />
</bargraph>

Résultat :
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
Répondre