Browse Source

declarar csimalts como array em jpgraph

1.9
bruno 1 year ago
parent
commit
f0cc627a9e
  1. 2
      include/jpgraph/jpgraph_pie.php

2
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;

Loading…
Cancel
Save