Set($data); $table->SetFont(FF_TIMES,FS_NORMAL,11); // Set default table alignment $table->SetAlign('right'); // Add table to graph $graph->Add($table); // and send it back to the client $graph->Stroke(); ?>