用于 Google Charts API 的 PHP 可视化库
我正在使用 PHP 作为后端来实现一些 Google 图表。不幸的是,在我发现的 PHP 可视化实现中,最好的看起来像 Mailchimp 的 MC-goog-visualization (http://code.google.com/p/mc-goog-visualization/issues/detail?id=13)。
这允许您使用最少的编码从 mysql DB 创建 Google 数据源。缺点是,该项目没有积极开发,并且有很多错误(包括像“WHERE”子句和标量这样的问题似乎无法正常工作。
使用过 PHP/mysql 和 Google Charts 的任何人都可以推荐一个实际上可以实现的数据源包装器吗?适用于 Google 查询格式吗
?
I'm implementing some Google charts using PHP as the backend. Unfortunately of the PHP visualization implementations I've found, the best looked like Mailchimp's MC-goog-visualization (http://code.google.com/p/mc-goog-visualization/issues/detail?id=13).
This allows you to create a Google data source from a mysql DB with minimal coding. The downside is, the project is not actively developed and has many bugs (including showstoppers like "WHERE" clauses and scalars don't appear to work right.
Can anyone who's worked with PHP/mysql and Google Charts recommend a data source wrapper that actually works with the Google query formats?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现 bggardner/google-visualization-php,看起来很活跃,但我没有尝试它。
I found bggardner/google-visualization-php, looks active, but I didn't try it.