Pie Charts & Graphs in PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ECRIA spam buffer

    Pie Charts & Graphs in PHP

    Does anyone know of a tool that can facilitate the on-the-fly generation of
    pie charts and graphs? I know that the GD library/JpGraph can do these
    things, but I haven't seen any good examples; all the charts I've found have
    jagged borders and are quite visually unappealing.

    Thanks in advance for any pointers,
    Last edited by Niheel; Dec 22 '10, 06:32 PM.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Have a look at the free Graphics classes at www.phpclass.org.
    One that looks particularly attractive is EQ Smooth Pie Graph, link http://www.phpclasses.org/browse/package/2498.html

    This class can be used to generate pie charts from a set of input values.
    The input values consist of bidimensional array that define parameters for each pie in the chart. The pie parameters are the pie color, a label and the pie value.
    The class generates an image that is stored in a given file. The image size, background colors, legend and shadow parameters are configurable.
    The image is generated in true color and in the PNG format so the pie charts appears with smooth edges.

    If not useable, there are a lot more of these classes for you.

    Ronald :cool:

    Comment

    • Hans 'pritaeas' Pollaerts

      #3
      Re: Pie Charts & Graphs in PHP

      I use FusionCharts. They have a free and paid tool.

      Hans

      "ECRIA spam buffer" <uvanews@ecria. comwrote in message
      news:e9mhki$h3v $1@murdoch.acc. Virginia.EDU...
      Does anyone know of a tool that can facilitate the on-the-fly generation
      of
      pie charts and graphs? I know that the GD library/JpGraph can do these
      things, but I haven't seen any good examples; all the charts I've found
      have
      jagged borders and are quite visually unappealing.
      >
      Thanks in advance for any pointers,
      >
      Charlottesville Media Group
      Award-winning advertising agency in Charlottesville, Va. Specializing in digital marketing, SEO, PPC, social media, and integrated marketing solutions. Get more clicks, visits, calls & searches!

      >
      >

      Comment

      • bobmct

        #4
        Re: Pie Charts &amp; Graphs in PHP

        ECRIA spam buffer wrote:
        Does anyone know of a tool that can facilitate the on-the-fly generation
        of pie charts and graphs? I know that the GD library/JpGraph can do these
        things, but I haven't seen any good examples; all the charts I've found
        have jagged borders and are quite visually unappealing.
        >
        Thanks in advance for any pointers,
        >
        Charlottesville Media Group
        http://www.cvillemedia.com
        Take a look at ChartDirector as they have modules for PHP as well as other.

        Quite inexpensive, quite robust.

        Good luck.

        Bob

        Comment

        • Andy Hassall

          #5
          Re: Pie Charts &amp; Graphs in PHP

          On Fri, 21 Jul 2006 11:35:36 -0400, bobmct <r.mariotti@fdc x.netwrote:
          >Take a look at ChartDirector as they have modules for PHP as well as other.
          >
          >Quite inexpensive, quite robust.
          I second that, the API is decent and the output quality is good.

          --
          Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
          http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

          Comment

          Working...