Thanks, that did the trick. i patched
generateDATALABELS_SER()
in CreateGraphic.php and added
case 'top': $position = 't'; break; case 'left': $position = 'l'; break; case 'right': $position = 'r'; break; case 'bottom': $position = 'b'; break; case 'bestFit': $position = 'bestFit'; break;