Index: trunk/ippMonitor/raw/czartool_getplot.php
===================================================================
--- trunk/ippMonitor/raw/czartool_getplot.php	(revision 30950)
+++ trunk/ippMonitor/raw/czartool_getplot.php	(revision 31891)
@@ -12,8 +12,11 @@
 }
 
+$mode = $_GET[mode];
 $type = $_GET[type];
 $label = $_GET[label];
 $stage = $_GET[stage];
 $plottype = $_GET[plottype];
+
+if ($label == "all") $label = "all_".$mode."_labels";
 
 if ($type=="t" || $type=="r" || $type=="rt" || $type=="rh")
