<br><font size=2 face="sans-serif">&nbsp; &nbsp; 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 &quot;invisible&quot;).</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>&quot;DEF:IdleThreads=$DB_PATH:IdleThreads:AVERAGE&quot;</font></tt>
<br><tt><font size=2>&quot;DEF:WaitThreads=$DB_PATH:WaitThreads:AVERAGE&quot;</font></tt>
<br><tt><font size=2>&quot;DEF:Connections=$DB_PATH:Connections:AVERAGE&quot;</font></tt>
<br><tt><font size=2>&quot;DEF:AverageRTT=$DB_PATH:AverageRTT:AVERAGE&quot;</font></tt>
<br><tt><font size=2>&quot;AREA:IdleThreads#C000FF:IdleThreads&quot;</font></tt>
<br><tt><font size=2>&quot;AREA:WaitThreads#C0FF00:WaitThreads&quot;</font></tt>
<br><tt><font size=2>&quot;AREA:Connections#C0000F:Connections&quot;</font></tt>
<br><tt><font size=2>&quot;AREA:AverageRTT#3333FF:AverageRTT&quot;</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>