php-general Digest 9 Apr 2013 10:24:01 -0000 Issue 8187

Topics (messages 320799 through 320799):

JPGraph new GanttBar ... bar caption on left, right side
        320799 by: Meli Marco

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
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.


--- End Message ---

Reply via email to