Index: /trunk/tools/roboczar.pl
===================================================================
--- /trunk/tools/roboczar.pl	(revision 28728)
+++ /trunk/tools/roboczar.pl	(revision 28729)
@@ -144,4 +144,5 @@
 
                 $czarDb->insertNewTimeData($stage, $label, $new, $full, $faults, $reverting);
+                $czarplot->createTimeSeries($label,  $stage, $begin, $end);
             }
 
@@ -158,6 +159,10 @@
             #routineChecks($label, "1 HOUR");
         }
-            $czarplot->createTimeSeries("all_labels", undef, $begin, $end);
-            $czarplot->createHistogram("all_labels", $begin, $end);
+        $czarplot->createTimeSeries("all_labels", undef, $begin, $end);
+        $czarplot->createHistogram("all_labels", $begin, $end);
+        foreach $stage (@stages) {
+
+            $czarplot->createTimeSeries("all_labels",  $stage, $begin, $end); # TODO must be a neater way...
+        }
         print "--------------------------------------------------------------------------\n";
         print "* Going to sleep\n";
