为您的客户提供 Google 图表?

发布于 2024-11-15 05:03:27 字数 152 浏览 2 评论 0原文

您是否使用 Google 的图表供客户查看?

Google 的图表可能会显示订单数量或财务报告。客户可以登录网站并查看他们的订单。

我担心如果客户开始抱怨我向谷歌发送信息怎么办。

您推荐什么可以由 PHP 生成的图表库?我想这可能是安全的。

Do you use Google's charts for your customers to view it?

Google's charts may show report of number of orders or finance. Customer can login to the website and see their orders.

I am concern what if customers start complainig that I am sending information to google.

What Chart library do you recommend that can be generated by PHP? I think this would probably be safe.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

夜灵血窟げ 2024-11-22 05:03:27

还可以考虑使用纯画布渲染图表:

http://code.google.com/p/flot/

这会减少服务器的负载,特别是如果您计划即时生成图表。

Consider rendering your charts with pure canvas as well:

http://code.google.com/p/flot/

That would put less load on your server, especially if you plan on generating the charts on the fly.

屌丝范 2024-11-22 05:03:27

你是对的;向 Google 发送信息可能会侵犯客户的数据安全。用于生成 php 图像的一个库是 pchart (http://pchart.net/)

You are correct; it may be a breach of your customers' data security to send information to Google. One library for php image generation is pchart (http://pchart.net/)

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