为您的客户提供 Google 图表?
您是否使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
还可以考虑使用纯画布渲染图表:
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.
你是对的;向 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/)