用于 Google Charts API 的 PHP 可视化库

发布于 2024-11-19 16:47:21 字数 358 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

在风中等你 2024-11-26 16:47:21

我发现 bggardner/google-visualization-php,看起来很活跃,但我没有尝试它。

I found bggardner/google-visualization-php, looks active, but I didn't try it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文