imsamurai/cakephp-google-chart
Composer 安装命令:
composer require imsamurai/cakephp-google-chart
包简介
Helps draw google charts
README 文档
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
统计信息
- 总下载量: 1.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-18