<br><font size=2 face="sans-serif"> Hello everyone, I am a
beginner user of the tool.</font>
<br>
<br><font size=2 face="sans-serif">I have 4 values on an RRD file, which
I am trying to graph into a single chart.</font>
<br><font size=2 face="sans-serif">I want all these values to be AREAs.</font>
<br>
<br><font size=2 face="sans-serif">My problem is that sometimes, one value
is greater than the rest at certain interval, and this value superpose
at the front (making the rest "invisible").</font>
<br><font size=2 face="sans-serif">Changing the order is of no help, since
these values are not predictable and any of them can be greater than the
rest at a given interval.</font>
<br>
<br><font size=2 face="sans-serif">Is there a way to force the lower value
to be graphed at front and the higher at the back of a chart?</font>
<br><font size=2 face="sans-serif">Should I use alpha on the areas for
this?</font>
<br>
<br><font size=2 face="sans-serif">The current definitions as follows:</font>
<br><tt><font size=2>"DEF:IdleThreads=$DB_PATH:IdleThreads:AVERAGE"</font></tt>
<br><tt><font size=2>"DEF:WaitThreads=$DB_PATH:WaitThreads:AVERAGE"</font></tt>
<br><tt><font size=2>"DEF:Connections=$DB_PATH:Connections:AVERAGE"</font></tt>
<br><tt><font size=2>"DEF:AverageRTT=$DB_PATH:AverageRTT:AVERAGE"</font></tt>
<br><tt><font size=2>"AREA:IdleThreads#C000FF:IdleThreads"</font></tt>
<br><tt><font size=2>"AREA:WaitThreads#C0FF00:WaitThreads"</font></tt>
<br><tt><font size=2>"AREA:Connections#C0000F:Connections"</font></tt>
<br><tt><font size=2>"AREA:AverageRTT#3333FF:AverageRTT"</font></tt>
<br><font size=2 face="sans-serif"><br>
Any idea will be appreciated.</font>
<br>
<br><font size=2 face="sans-serif">Best Regards!<br>
José Oscar Olivares Ocampo</font>