From f0cc627a9efd10419b17a6641fb72640ecd94cde Mon Sep 17 00:00:00 2001 From: bruno Date: Tue, 6 Jun 2023 09:55:38 -0400 Subject: [PATCH] declarar csimalts como array em jpgraph --- include/jpgraph/jpgraph_pie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/jpgraph/jpgraph_pie.php b/include/jpgraph/jpgraph_pie.php index c79d30fa..cea4d107 100644 --- a/include/jpgraph/jpgraph_pie.php +++ b/include/jpgraph/jpgraph_pie.php @@ -31,7 +31,7 @@ class PiePlot { protected $labels=null, $legends=null; protected $csimtargets=null,$csimwintargets=null; // Array of targets for CSIM protected $csimareas=''; // Generated CSIM text - protected $csimalts=null; // ALT tags for corresponding target + protected $csimalts=array(); // ALT tags for corresponding target protected $data=null; public $title; protected $startangle=0;