adding queries for Open Cases vs. Completed Cases dashlet KPI

This commit is contained in:
Fernando Ontiveros
2011-10-31 23:40:42 -04:00
parent 92b10eb7ba
commit ac813f51c2
2 changed files with 52 additions and 2 deletions

View File

@@ -203,6 +203,10 @@
imagettftext ( $im, 8, 0, $x1, $y1, $black, $fontArial, $textToDisplay );
}
imagettftext ( $im, 9, 0, $cX*0.60, $cY*1.8, $gray, $fontArial, $this->open );
imagettftext ( $im, 9, 0, $cX*1.40, $cY*1.8, $gray, $fontArial, $this->completed );
//drawing the arrow, simple way
$radiusX = intval($dX * 0.35);
$radiusY = intval($dY * 0.35);