Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Sameer Borate's Blog:
6 excellent charting libraries for php
Mar 16, 2009 @ 17:08:09

Sameer Borate has a new post today looking at six charting libraries he thinks are some of the most excellent offered today.

Charts are an indispensable part of any data visualization work. People can grok visual representation of data easily than a textual variety. Today there are a huge number of free chart libraries available to display visualizations on websites. Below is a small list of some of the libraries available for displaying charts using php.

His list of six includes the following:

tagged: excellent charting library visifire phpswf openflashchart ezgraph

Link:

Developer.com:
Graphing Data with PHP/SWF Charts
Dec 03, 2007 @ 17:14:00

Developer.com has a new tutorial posted today about using the PHP/SWF charting system to graph your data:

In this tutorial, I'll introduce you to PHP/SWF Charts, a great solution for building PHP- and Flash-driven charts. PHP/SWF supports a wide variety of charting formats, including bar, candlestick, 3D columns, pie, 3D pie, and advanced charts such as scatter, polar, and composites. See the maani.us PHP/SWF gallery for a great compilation of examples.

They focus mainly on a bar chart to keep things simple. They show how to install the software (dead easy) and how to create a simple first chart complete with a graphic to illustrate. Flat charts are nice, but they show some of the real power of the library by transforming it into a 3D bar graph, giving the columns some depth and all it really takes is changing the chart type.

tagged: data graph phpswf chart bar 3d tutorial data graph phpswf chart bar 3d tutorial

Link:

Developer.com:
Graphing Data with PHP/SWF Charts
Dec 03, 2007 @ 17:14:00

Developer.com has a new tutorial posted today about using the PHP/SWF charting system to graph your data:

In this tutorial, I'll introduce you to PHP/SWF Charts, a great solution for building PHP- and Flash-driven charts. PHP/SWF supports a wide variety of charting formats, including bar, candlestick, 3D columns, pie, 3D pie, and advanced charts such as scatter, polar, and composites. See the maani.us PHP/SWF gallery for a great compilation of examples.

They focus mainly on a bar chart to keep things simple. They show how to install the software (dead easy) and how to create a simple first chart complete with a graphic to illustrate. Flat charts are nice, but they show some of the real power of the library by transforming it into a 3D bar graph, giving the columns some depth and all it really takes is changing the chart type.

tagged: data graph phpswf chart bar 3d tutorial data graph phpswf chart bar 3d tutorial

Link:

Chris Hartjes' Blog:
Tutorial: Integrating PHP/SWF Charts with CakePHP
Sep 27, 2006 @ 12:18:38

On his blog today, Chris Hartjes has posted a tutorial about getting charts, specifically SWF charts generated with PHP, into your CakePHP application.

Okay, for a project at work I was asked to add graphs to some of the reports I'd already created. So I looked around for solutions for graphing in PHP and stumbled upon PHP/SWF Charts as a solution.

He walks you through the installation (a simple unpacking) and the code that he used to get things set up and working, inluding his custom controller. His GraphsController functions the same way as any other controller, but uses a single action function to encapsulate the generation of the chart. This is then pushed out to the view where the PHP/SWF Charts system is implemented.

tagged: cakephp framework phpswf chart dynamic action view controller cakephp framework phpswf chart dynamic action view controller

Link:

Chris Hartjes' Blog:
Tutorial: Integrating PHP/SWF Charts with CakePHP
Sep 27, 2006 @ 12:18:38

On his blog today, Chris Hartjes has posted a tutorial about getting charts, specifically SWF charts generated with PHP, into your CakePHP application.

Okay, for a project at work I was asked to add graphs to some of the reports I'd already created. So I looked around for solutions for graphing in PHP and stumbled upon PHP/SWF Charts as a solution.

He walks you through the installation (a simple unpacking) and the code that he used to get things set up and working, inluding his custom controller. His GraphsController functions the same way as any other controller, but uses a single action function to encapsulate the generation of the chart. This is then pushed out to the view where the PHP/SWF Charts system is implemented.

tagged: cakephp framework phpswf chart dynamic action view controller cakephp framework phpswf chart dynamic action view controller

Link:


Trending Topics: