Page 1 of 1

3D stacked horizontal bar chart

Posted: Sat Oct 04, 2008 2:30 pm
by sifar786
Hi,

I have a PHP code which runs a MySql query and generates Arrays. For each projectcode, it generates 1] Associative Array for Employees working on that project
2] Associative Array for Employee Budgeted Hours
3] Associative Array for Employee Completed Hours

4] An Employee Available Hours Associative Array is created by subtracting Completed hours - Budgeted Hours.

I want to display the values in these array as a 3D stacked horizontal bar chart for each Employee.

I have googled for a 3D stacked horizontal bar chart php script but could not find any. Is there anyone who has made such a type of script???

The bar chart should look like this:
Name Budgeted Completed Available
______________________________________
sam | 35 | 45 | 10|
______________________________________|

_______________________________
Jack | 30 | 20 | 10|
_______________________________|

something like the above.

Re: 3D stacked horizontal bar chart

Posted: Sat Oct 04, 2008 8:40 pm
by yacahuma

Re: 3D stacked horizontal bar chart

Posted: Mon Oct 06, 2008 12:37 am
by sifar786
i have tried that but not found any for 3D stacked horizontal bar chart.

Anyone with any ideas???

Re: 3D stacked horizontal bar chart

Posted: Mon Oct 06, 2008 9:02 am
by yacahuma
that is the only one I know. You can look for flash based output.

Re: 3D stacked horizontal bar chart

Posted: Mon Oct 06, 2008 1:14 pm
by sifar786
Thanks.

I guess theres none made except those paid flash graphs.

:((

Re: 3D stacked horizontal bar chart

Posted: Mon Oct 06, 2008 1:29 pm
by VladSun
Why don't you write one by your own?

Re: 3D stacked horizontal bar chart

Posted: Mon Oct 06, 2008 2:15 pm
by sifar786
If i knew how to, i would certainly do that...however i am an amateur with respect to PHP.

Re: 3D stacked horizontal bar chart

Posted: Mon Oct 06, 2008 3:23 pm
by VladSun