Volodymyr Osypov blog

May 16, 2008

Pie diagram/chart in PHP using GD

Filed under: PHP — Tags: , , , , — admin @ 10:23 am

Let’s continue creating functions for diagrams building. Today we’ll program a function which builds pie diagram using GD library for PHP. As in our example bar diagram our function will have array $ar ($ar[’name’]=data;) and $title for diagram title as input.
(more…)

Powered by WordPress