<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 18:19:47 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Sameer Borate's Blog: 6 excellent charting libraries for php]]></title>
      <guid>http://www.phpdeveloper.org/news/12142</guid>
      <link>http://www.phpdeveloper.org/news/12142</link>
      <description><![CDATA[<p>
<i>Sameer Borate</i> has <a href="http://www.codediesel.com/php/6-excellent-charting-libraries-for-php/">a new post</a> today looking at six charting libraries he thinks are some of the most excellent offered today.
</p>
<blockquote>
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.
</blockquote>
<p>His list of six includes the following:</p>
<ul>
<li><a href="http://visifire.com/">Visifire</a>
<li><a href="http://www.maani.us/charts4/">PHP-SWF</a>
<li><a href="http://teethgrinder.co.uk/open-flash-chart-2/">Open Flash Chart</a>
<li><a href="http://ezcomponents.org/docs/tutorials/Graph">eZ Graph component</a> of the eZ components framework
</ul>]]></description>
      <pubDate>Mon, 16 Mar 2009 12:08:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer.com: Graphing Data with PHP/SWF Charts]]></title>
      <guid>http://www.phpdeveloper.org/news/9159</guid>
      <link>http://www.phpdeveloper.org/news/9159</link>
      <description><![CDATA[<p>
Developer.com has a <a href="http://www.developer.com/lang/php/article.php/3714046">new tutorial posted</a> today about using the <a href="http://www.maani.us/charts/index.php?menu=License">PHP/SWF</a> charting system to graph your data:
</p>
<blockquote>
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.
</blockquote>
<p>
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.
</p>]]></description>
      <pubDate>Mon, 03 Dec 2007 11:14:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Hartjes' Blog: Tutorial: Integrating PHP/SWF Charts with CakePHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6366</guid>
      <link>http://www.phpdeveloper.org/news/6366</link>
      <description><![CDATA[<p>
On his blog today, <i>Chris Hartjes</i> has posted <a href="http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/">a tutorial</a> about getting charts, specifically SWF charts generated with PHP, into your CakePHP application.
</p>
<blockquote>
<p>
Okay, for a project at <a href="http://www.verticalscope.com/">work</a> 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 <a href="http://www.maani.us/charts/">PHP/SWF Charts</a> as a solution.
</p>
</blockquote>
<p>
He <a href="http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/">walks you through</a> 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.
</p>]]></description>
      <pubDate>Wed, 27 Sep 2006 07:18:38 -0500</pubDate>
    </item>
  </channel>
</rss>
