Is the JPGraph library dead?

这一生的挚爱 提交于 2019-12-11 12:36:06

问题


I cannot find any link to the official jpgraph forum. Moreover, the last "real" release was made more than one year ago. Is this library dead? If so, what library could be used in its place with minimal disruption to existing code?

Perhaps there has been a fork that I'm not finding?


回答1:


Since they've been purchased by asial the development stopped. There is no fork as it's a pure commercial product now. However there are other really professional PHP solutions around. If you don't need PHP, take a look at the google APIs.




回答2:


As per your second question:

While its true that JPGraph is a PHP library, the free and open source JQPlot library for Jquery http://www.jqplot.com is great as a replacement. This Jquery library works similar to JPGraph but with all added features of js/jquery included. JQPlot has the same "cut and paste then customize" feel of JPGraph. In fact, I briefly thought JQPlot was the js successor of JPGraph. The main difference is that you'll be working with js/JSON instead of PHP which could be a turn off.



来源:https://stackoverflow.com/questions/6954294/is-the-jpgraph-library-dead

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!