mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00
fix the jpgraph error
This commit is contained in:
@ -66,7 +66,7 @@ function generation_image($TYPE) {
|
|||||||
global $type_col_bar;
|
global $type_col_bar;
|
||||||
|
|
||||||
// Create the graph. These two calls are always required
|
// Create the graph. These two calls are always required
|
||||||
$graph = new Graph(550,250,"auto");
|
$graph = new Graph(550,250);
|
||||||
$graph->SetScale("textlin");
|
$graph->SetScale("textlin");
|
||||||
$graph->yaxis->scale->SetGrace(20);
|
$graph->yaxis->scale->SetGrace(20);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user