473,583 Members | 2,858 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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)
http://stanleyxu2005.blogspot.com/
Apr 4 '08 #1
6 2416
NC
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:

http://www.thebook.com/php/graphs/chart-manual.php

and a somewhat heavy, but very powerful jpGraph:

http://www.aditus.nu/jpgraph/

Cheers,
NC
Apr 4 '08 #2
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:

http://naku.dohcrew.com/libchart/pages/introduction/

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

Regards,
Alex

ajtrichards(a)g mail.com
http://www.ajtrichards.co.uk
Apr 4 '08 #3
PEAR Image_Graph
http://pear.veggerby.dk/

FusionCharts
http://www.fusioncharts.com/free/

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/
Apr 5 '08 #4
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:

http://www.thebook.com/php/graphs/chart-manual.php

and a somewhat heavy, but very powerful jpGraph:

http://www.aditus.nu/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)
http://stanleyxu2005.blogspot.com/
Apr 5 '08 #5
aj*********@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:

http://naku.dohcrew.com/libchart/pages/introduction/

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)
http://stanleyxu2005.blogspot.com/
Apr 5 '08 #6
petersprc wrote:
PEAR Image_Graph
http://pear.veggerby.dk/

FusionCharts
http://www.fusioncharts.com/free/

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)
http://stanleyxu2005.blogspot.com/
Apr 5 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
12503
by: Brian Shade | last post by:
Hi all. I am having a bit of a problem with my Perl script and the creation of a chart. I can create the chart and create a new SeriesCollection. I then specify the XValues and the Values parameter of the first SeriesCollection object. I add another SeriesCollection, but I am only able to set the XValues and I get the following error when I...
8
5688
by: Prabhakar | last post by:
Friends, I have been migrating ASP applications from IIS4.0/NT4.0 to IIS5.0/W2K. All the applications working perfectly except one. This particular application will make use of asp chart object. Sub BuildGraph(rate(), name,color,chartHight,chartWidth)
1
2189
by: Jim | last post by:
I have this chart on a form. I'm trying to get this chart to render only if the user chooses to do so. This because of that the chart is quite complex and takes some time to render. I know that I probably should put it on a report and call that report from the form but for various reasons I need the chart on this form. In a table bound to...
22
6761
by: PeteCresswell | last post by:
I've been to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mschrt/html/vbobjtitleobject.asp, but still don't have a clue. For example, I've got a chart object namde 'grphStats' in a form named frmChart. ?Forms!frmChart!grphStats.Name returns "grphStats" as expected, but I can't get any further.
3
3414
by: StBond | last post by:
Hi everyone, I am new to Access and Visual Basic so things my be getting across a bit cloudy. I only started using VB for one week. I am having a little problem with the database that I am working on. I am working with MS Access 2002. And I am having a problem with one of my charts. I will explain how everything is laid out then go...
9
3065
by: Patrick.O.Ige | last post by:
I have a code below and its a PIE & BAR CHART. The values now are all static but I want to be able to pull the values from a database. Can you guys give me some ideas to do this? Thanks Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Declare your object variables
1
7626
by: Robin Tucker | last post by:
Heres and interesting problem: I have a VB.NET program that creates reports via. Word Automation. This all works fine. What I want to do as part of this report generation process is to embed a graph/chart within the report, once again from VB.NET. I have chosen to use Excel.Chart.8. So, to embed I do this from VB.NET: Dim theNewShape...
1
3825
by: Scott H. | last post by:
Hello: I am trying to use Crystal Reports from VS.NET 2003 to produce a simple line chart, where the x axis represents the number of measurements taken and the y axis represents the range of measurement values. There are two sets of points or measurements, so I would like a line on the chart for each set of values (two lines). I can...
1
3161
by: Saintor | last post by:
This is for A97 in runtime or MDE mode. My intent was to define a temporary query using the recordsetclone property / filter / orderby. The controlsource of my chart would be based on a grouped query based on this temporary query. Is this the best way or is there another one more efficient? Is it possible in a runtime environment to...
1
5001
by: cubekid | last post by:
I am using OWC 11 in my new web application for displaying charts. Is it possible in OWC 11 to combine and display a column and a line graph (Looking like they overlap each other)? I tried it using this code but it doesn' t work. int width = 400; int height = 300; Bitmap bmpChart = new Bitmap(width, height,...
0
7888
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8159
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8314
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7922
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8185
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6571
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5366
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3836
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1147
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.