Chart for PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nospam

    Chart for PHP?

    I have tried Google Chart API, graidle and GD.
    * Google Chart API is nice, but you have to send all parameters to
    google server. It is not safe and fast.
    * Graidle has great potential. But it is in an early stage. (currently
    v0.5).
    * GD has a long history. But its chart does not look nice.

    Is there any other good/free chart library for PHP?

    --
    Best regards
    Xu, Qian (stanleyxu)

  • NC

    #2
    Re: Chart for PHP?

    On Apr 4, 10:55 am, nospam <"quian(nospam) xu"@stud.tu-ilmenau.de>
    wrote:
    >
    Is there any other good/free chart library for PHP?
    There's a relatively simple Chart library:



    and a somewhat heavy, but very powerful jpGraph:



    Cheers,
    NC

    Comment

    • ajtrichards@googlemail.com

      #3
      Re: Chart for PHP?

      On Apr 4, 6:55 pm, nospam <"quian(nospam) xu"@stud.tu-ilmenau.de>
      wrote:
      I have tried Google Chart API, graidle and GD.
      * Google Chart API is nice, but you have to send all parameters to
      google server. It is not safe and fast.
      * Graidle has great potential. But it is in an early stage. (currently
      v0.5).
      * GD has a long history. But its chart does not look nice.
      >
      Is there any other good/free chart library for PHP?
      >
      --
      Best regards
         Xu, Qian (stanleyxu)
           http://stanleyxu2005.blogspot.com/
      I find Libchart easy to use. This can be downloaded from:

      php chart graph library script plot drawing image bar pie histogram gd data visualization


      This provides you with the ability to create loads of different
      graphs.

      Regards,
      Alex

      ajtrichards(a)g mail.com

      Comment

      • petersprc

        #4
        Re: Chart for PHP?

        PEAR Image_Graph


        FusionCharts


        Regards,

        John Peters

        On Apr 4, 1:55 pm, nospam <"quian(nospam) xu"@stud.tu-ilmenau.de>
        wrote:
        I have tried Google Chart API, graidle and GD.
        * Google Chart API is nice, but you have to send all parameters to
        google server. It is not safe and fast.
        * Graidle has great potential. But it is in an early stage. (currently
        v0.5).
        * GD has a long history. But its chart does not look nice.
        >
        Is there any other good/free chart library for PHP?
        >
        --
        Best regards
        Xu, Qian (stanleyxu)
        http://stanleyxu2005.blogspot.com/

        Comment

        • Xu, Qian

          #5
          Re: Chart for PHP?

          NC wrote:
          On Apr 4, 10:55 am, nospam <"quian(nospam) xu"@stud.tu-ilmenau.de>
          wrote:
          >Is there any other good/free chart library for PHP?
          >
          There's a relatively simple Chart library:
          >

          >
          and a somewhat heavy, but very powerful jpGraph:
          >

          >
          Cheers,
          NC
          Thanks, I tried JpGraph. It is powerful. I can make charts look like
          google chart. But one thing is really annoying. When I turn on
          Anti-Aliasing, the weight of all lines will be reduced to 1px. The
          developers explained it as a technical limitation. Without
          anti-aliasing, the chart does not look well.

          --
          Best regards
          Xu, Qian (stanleyxu)

          Comment

          • Xu, Qian

            #6
            Re: Chart for PHP?

            ajtrichards@goo glemail.com wrote:
            On Apr 4, 6:55 pm, nospam <"quian(nospam) xu"@stud.tu-ilmenau.de>
            wrote:
            >I have tried Google Chart API, graidle and GD.
            >* Google Chart API is nice, but you have to send all parameters to
            >google server. It is not safe and fast.
            >* Graidle has great potential. But it is in an early stage. (currently
            >v0.5).
            >* GD has a long history. But its chart does not look nice.
            >>
            >Is there any other good/free chart library for PHP?
            >>
            >--
            >Best regards
            > Xu, Qian (stanleyxu)
            > http://stanleyxu2005.blogspot.com/
            >
            I find Libchart easy to use. This can be downloaded from:
            >
            php chart graph library script plot drawing image bar pie histogram gd data visualization

            >
            This provides you with the ability to create loads of different
            graphs.
            >
            Regards,
            Alex
            >
            ajtrichards(a)g mail.com
            http://www.ajtrichards.co.uk
            Thanks, I will have a try later. But from the screenshots, this library
            seems not to support for anti-aliasing, does it?

            --
            Best regards
            Xu, Qian (stanleyxu)

            Comment

            • Xu, Qian

              #7
              Re: Chart for PHP?

              petersprc wrote:
              PEAR Image_Graph

              >
              FusionCharts

              >
              Regards,
              >
              John Peters
              >
              On Apr 4, 1:55 pm, nospam <"quian(nospam) xu"@stud.tu-ilmenau.de>
              wrote:
              >I have tried Google Chart API, graidle and GD.
              >* Google Chart API is nice, but you have to send all parameters to
              >google server. It is not safe and fast.
              >* Graidle has great potential. But it is in an early stage. (currently
              >v0.5).
              >* GD has a long history. But its chart does not look nice.
              >>
              >Is there any other good/free chart library for PHP?
              >>
              >--
              >Best regards
              > Xu, Qian (stanleyxu)
              > http://stanleyxu2005.blogspot.com/
              >
              Thanks. PEAR Image_Graph looks nice. I will have a try later.

              --
              Best regards
              Xu, Qian (stanleyxu)

              Comment

              Working...