PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, August 31, 2022

[FIXED] What is the best package for generating dynamic graphs with PHP?

 August 31, 2022     gd, graph, imagemagick, pear, php     No comments   

Issue

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

Solution

pChart: http://pchart.sourceforge.net/

I've personally used this, it works great.



Answered By - Luca Matteis
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing