Hello,
I would like to know how to print captions (normally used for percentage
completion) on the left (start date) and right (end date) side of the
bar, instead just on the right.
Below the method for bar creation: 
$planbar = new GanttBar ($c,'', $aData[PLANSTART][$y],
$aData[PLANENDE][$y], ( chr(32).$aData[PLANSTART][$y].' -
'.$aData[PLANENDE][$y] ) );
Thanks.
Marco.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to