imsamurai / cakephp-google-chart
帮助绘制 Google 图表
1.0.3
2014-09-16 11:03 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-24 03:02:53 UTC
README
GoogleChart 帮助将数据转换为 Google 图表可接受格式并绘制图表
安装
步骤 1: 将其克隆或下载到 Plugin/GoogleChart
cd my_cake_app/app
git clone git://github.com/imsamurai/cakephp-google-chart.git Plugin/GoogleChart
或者如果您使用 git 将其作为子模块添加
cd my_cake_app
git submodule add "git://github.com/imsamurai/cakephp-google-chart.git" "app/Plugin/GoogleChart"
然后更新子模块
git submodule init
git submodule update
步骤 2: 将 GoogleChart 添加到控制器帮助程序列表中
步骤 3: 绘制一些图表!
注意
检查测试用例以获取使用示例