dogmatic69 / cakephp_google_plugin

bunch of components/helpers and behaviors the use the google api for cool goodies
62 stars 7 forks source link

change the way it works #4

Closed dogmatic69 closed 14 years ago

dogmatic69 commented 14 years ago

major rewrite

code it to work as follows

$chart->display( 'name', $data, $labels, $params );

$data and $labels remain the same

but the last param will have size, color, background etc

dogmatic69 commented 14 years ago

completely re written now