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…)

April 21, 2008

Bar diagram (graph) in PHP using GD

Filed under: PHP — Tags: , , , — admin @ 10:25 pm

Today we’ll program a function which biulds bar graph using GD library for PHP. For each bar diagram we need datas and also names for these data. So in our example our function will have array $ar ($ar[’name’]=data;) and $title for diagram title as input. (more…)

Powered by WordPress