Tom Schaefer - 2009-02-12 17:00:40 -
In reply to message 1 from hp
Dear Hans-Peter,
$chart = new QBarchartGoogleGraph;
$chart ->addDrawProperties(
array(
"height" => 400,
"width" => 500,
"title"=>'Company Performance',
'isStacked'=>true,
)
);
This is s sample array . If you want to know, which properties can be set, then you 'll have to study the google vis api reference. I've implemented a method which builds the reference link to the google api for each class.
echo $chart->getReferenceLink();
At http://www.query4u.de/visapi I have settled the playground for the class.
I hope this helps.
Regards Tom Schaefer