Adrielpin / gchartphp

Automatically exported from code.google.com/p/gchartphp
0 stars 0 forks source link

getProperty #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There are no way to get the property that we had already set before..
The variable holds all the chart information $this->chart is private and there 
are no such function like getProperty.

We need this function to copy the property to another if we don't store the 
property to a variable.

$chart->setProperty('chdlp', 'b');
$chart->setLabels($chart->getLegend());

Original issue reported on code.google.com by gavi...@gmail.com on 24 Sep 2010 at 6:44

GoogleCodeExporter commented 8 years ago
I made the changes in r52.  I will add the files in the repository shortly.

Original comment by bardellie on 25 Sep 2010 at 2:33