doubaoxue5788 2010-11-27 05:20
浏览 37
已采纳

没有GD的动态图生成

I am working on a project that dynamically generates graphs using data from a MySQL database. Ideally I would like to do this in PHP, but my my school's server does not have GD libraries installed. Does anyone know of a method of dynamically generating graphs without using a graph library (such as jpgraph) that depends on GD--perhaps I should resort to someone else's applet?

Thanks,

Colorado

EDIT: Specifically, I'm looking to generate scatter plots.

  • 写回答

4条回答 默认 最新

  • dovgqc2648 2010-11-27 05:24
    关注

    Charts you could use: http://code.google.com/p/flot/

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?