Bear and Share [my] Knowledge

Bear and Share Knowledge

Archive for June 16th, 2009

Generate dynamic chart using amchart and php + ajax drill down

with 2 comments

On our previous tutorial, we’ve made simple dynamic chart using php. Now we will add little feature to make the chart more interactive. We will add drill down feature using jquery’s ajax.

For this purpose, we need to make several changes. We will add another chart as a view of dill down data. Again, we will simulate this data using -fake-data dummy.

We can assume our chart can show the detail of composition of the visitor for ‘clicked’ day, eg. for January 1st, the number of visitor is 68 persons, we -hope- can see the composition of that ‘68′ persons divided into male and female.

Enough for introduction. Lets coding.
Read the rest of this entry »

Written by imamiscool

2009/06/16 at 17:47

Posted in tutorial

Tagged with , , , , ,