使用 PHP 生成动态图的最佳软件包是什么?
我非常需要开始在几个项目中实现数据库驱动的图形,而我真正使用过的唯一库是 PEAR 的 Image_Graph。 从表面上看,这似乎相当有限,并且可能不是最好的解决方案。 我需要生成条形图/饼图,第一次切割没有什么太花哨的。
有人对 PHP 的图像/图形库有强烈的感觉吗? 无论您喜欢 GD/Imagick/Image_Graph,请给出几个理由来说明为什么您有这种感觉。
谢谢!
- 尼古拉斯
I have a strong need to start implementing database driven graphs on a couple of projects and the only library I have really played with is PEAR's Image_Graph. On the surface this seems fairly limited and like it may not be the best solution. I am going to need to generate both bar/pie charts, nothing overly fancy for the first cut.
Does anybody have any strong feelings about any of the image/graph libraries out there for PHP? Whether you like GD/Imagick/Image_Graph, please give a couple reasons as to why you feel this way.
Thanks!
- Nicholas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
pChart: http://pchart.sourceforge.net/
我个人用过这个,效果很好。
pChart: http://pchart.sourceforge.net/
I've personally used this, it works great.
我用过 jpGraph - 看起来足够不错,如果有点“老派”。
I've used jpGraph - seems decent enough if a bit "old school".