imsamurai / cakephp-google-chart
Helps draw google charts
Installs: 1 144
Dependents: 0
Suggesters: 1
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Type:cakephp-plugin
Requires
This package is not auto-updated.
Last update: 2024-11-19 03:39:39 UTC
README
GoogleChart helps convert data to accept by google charts and draw it
Installation
Step 1: Clone or download to Plugin/GoogleChart
cd my_cake_app/app
git clone git://github.com/imsamurai/cakephp-google-chart.git Plugin/GoogleChart
or if you use git add as submodule:
cd my_cake_app
git submodule add "git://github.com/imsamurai/cakephp-google-chart.git" "app/Plugin/GoogleChart"
then update submodules:
git submodule init
git submodule update
Step 2: Add GoogleChart to the list of controller helpers
Step 3: Draw some chart!
Notes
Check tests for usage examples