scottharwell / GoogleCharts

CakePHP Plugin for Google Charts Javascript API
26 stars 30 forks source link

Documentation issue #5

Closed douglasiacovelli closed 11 years ago

douglasiacovelli commented 11 years ago

There's an issue on documentation where you say: <?php $chart->div = 'div_id';?>

it should be: <?php $chart->div('div_id');?>

because cakephp said that it was an private property: CakePHP- the rapid development php framework- Errors

scottharwell commented 11 years ago

You are right. I have corrected this.