mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00
JpGraph renamed Pos() to SetPos()
This commit is contained in:
@ -87,7 +87,7 @@ function generation_image($TYPE, $lang) {
|
||||
$graph->subtitle->SetColor('darkred');
|
||||
|
||||
$t1 = new Text(date('m/d/Y'));
|
||||
$t1->Pos(522,294);
|
||||
$t1->SetPos(522,294);
|
||||
$t1->SetFont(FF_FONT1,FS_NORMAL);
|
||||
$t1->Align("right", 'bottom');
|
||||
$t1->SetColor("black");
|
||||
|
Reference in New Issue
Block a user